#706F37

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

Shades of Crete #706F37

Tints of Crete #706F37

Color information

#706F37 (or 0x706F37) is unknown color: approx Crete. HEX triplet: 70, 6F and 37. RGB value is (112,111,55). Sum of RGB (Red+Green+Blue) = 112+111+55=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #706F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F37 is #8F90C8. Grayscale: #696969. Windows color (decimal): -9408713 or 3633008. OLE color: 3633008.

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

Color convert

RGB11211155-
CMYK00.010.510.56
HSL58.95º34.13%32.75%-
HSV(B)58.95º50.89%43.92%-
XYZ13.0615.095.84-
YUV104.9299.83133.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.29%
GREEN value IS 111 (43.75% from 255) = 39.93%
BLUE value IS 55 (21.88% from 255) = 19.78%
R=40.29%
G=39.93%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121115500.010.510.5658.9534.1332.75
Hex706F370133383b2221
Octal16015767016370734241
Binary1110000110111111011101110011111000111011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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