#706F39

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

Shades of Crete #706F39

Tints of Crete #706F39

Color information

#706F39 (or 0x706F39) is unknown color: approx Crete. HEX triplet: 70, 6F and 39. RGB value is (112,111,57). Sum of RGB (Red+Green+Blue) = 112+111+57=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #706F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F39 is #8F90C6. Grayscale: #696969. Windows color (decimal): -9408711 or 3764080. OLE color: 3764080.

HSL color Cylindrical-coordinate representation of color #706F39: hue angle of 58.91º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #706F39 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB11211157-
CMYK00.010.490.56
HSL58.91º32.54%33.14%-
HSV(B)58.91º49.11%43.92%-
XYZ13.1115.116.1-
YUV105.14100.83132.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40%
GREEN value IS 111 (43.75% from 255) = 39.64%
BLUE value IS 57 (22.66% from 255) = 20.36%
R=40%
G=39.64%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121115700.010.490.5658.9132.5433.14
Hex706F390131383b2121
Octal16015771016170734141
Binary1110000110111111100101110001111000111011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706F39; }

 p { color: rgb(112,111,57); }

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

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

 a { background-color: rgb(112,111,57); }

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

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

 span { border-color: rgb(112,111,57); }

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