#706C37

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

Shades of Crete #706C37

Tints of Crete #706C37

Color information

#706C37 (or 0x706C37) is unknown color: approx Crete. HEX triplet: 70, 6C and 37. RGB value is (112,108,55). Sum of RGB (Red+Green+Blue) = 112+108+55=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #706C37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C37 is #8F93C8. Grayscale: #676767. Windows color (decimal): -9409481 or 3632240. OLE color: 3632240.

HSL color Cylindrical-coordinate representation of color #706C37: hue angle of 55.79º 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 #706C37 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB11210855-
CMYK00.040.510.56
HSL55.79º34.13%32.75%-
HSV(B)55.79º50.89%43.92%-
XYZ12.7314.455.73-
YUV103.15100.83134.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.73%
GREEN value IS 108 (42.58% from 255) = 39.27%
BLUE value IS 55 (21.88% from 255) = 20%
R=40.73%
G=39.27%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121085500.040.510.5655.7934.1332.75
Hex706C37043338382221
Octal16015467046370704241
Binary111000011011001101110100110011111000111000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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