#706931

Color #706931 Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #706931

Tints of Crete #706931

Color information

#706931 (or 0x706931) is unknown color: approx Crete. HEX triplet: 70, 69 and 31. RGB value is (112,105,49). Sum of RGB (Red+Green+Blue) = 112+105+49=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #706931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706931 is #8F96CE. Grayscale: #646464. Windows color (decimal): -9410255 or 3238256. OLE color: 3238256.

HSL color Cylindrical-coordinate representation of color #706931: hue angle of 53.33º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #706931 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB11210549-
CMYK00.060.560.56
HSL53.33º39.13%31.57%-
HSV(B)53.33º56.25%43.92%-
XYZ12.2913.774.92-
YUV100.7198.82136.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 42.11%
GREEN value IS 105 (41.41% from 255) = 39.47%
BLUE value IS 49 (19.53% from 255) = 18.42%
R=42.11%
G=39.47%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121054900.060.560.5653.3339.1331.57
Hex706931063838352720
Octal16015161067070654740
Binary111000011010011100010110111000111000110101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706931; }

 p { color: rgb(112,105,49); }

 H1.HeaderClassName
 {
   color: #706931;
 }
 .AnyTagClassName
 {
   color: #706931;
 }
</style>
background-color css

<style>
 a { background-color: #706931; }

 a { background-color: rgb(112,105,49); }

 div.DivClassName
 {
   background-color: #706931;
 }
 .BgClassName
 {
   background-color: #706931;
 }
</style>
border-color css

<style>
 span { border-color: #706931; }

 span { border-color: rgb(112,105,49); }

 td.TdClassName
 {
   border-color: #706931;
 }
 .TagClassName
 {
   border-color: #706931;
 }
</style>