Html Css Color HEX #706C37 Crete

📋 copy color: '#706C37'

red 112 ◦ green 108 ◦ blue 55

#706C37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crete #706C37

Tints of Crete #706C37

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 value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#706C37 (or 0x706C37) is known color: 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

RGB 112 108 55 -
CMYK 0 0.04 0.51 0.56
HSL 55.79º 0.34% 0.33% -
HSV(B) 55.79º 0.51% 0.44% -
XYZ 12.73 14.45 5.73 -
YUV 103.15 100.83 134.31 -
System Red Green Blue C M Y K H S L
Decimal 112 108 55 0 0.04 0.51 0.56 55.79 0.34 0.33
Hex 70 6C 37 0 4 33 38 38 22 21
Octal 160 154 67 0 4 63 70 70 42 41
Binary 1110000 1101100 110111 0 100 110011 111000 111000 100010 100001

Color Harmonies of #706C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706C37

Black with #706C37

Text Example


Text Example

White with #706C37

Text Example


Text Example

HTML Codes & Css Web 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>