Html Css Color HEX #706E56 Crocodile

📋 copy color: '#706E56'

red 112 ◦ green 110 ◦ blue 86

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

Shades of Crocodile #706E56

Tints of Crocodile #706E56

RGB

 RED value IS 112 (44.14% from 255) = 36.36%

 GREEN value IS 110 (43.36% from 255) = 35.71%

 BLUE value IS 86 (33.98% from 255) = 27.92%

R = 36.36%
G = 35.71%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#706E56 (or 0x706E56) is known color: Crocodile. HEX triplet: 70, 6E and 56. RGB value is (112,110,86). Sum of RGB (Red+Green+Blue) = 112+110+86=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #706E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E56 is #8F91A9. Grayscale: #6B6B6B. Windows color (decimal): -9408938 or 5664368. OLE color: 5664368.

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

Color convert

RGB 112 110 86 -
CMYK 0 0.02 0.23 0.56
HSL 55.38º 0.13% 0.39% -
HSV(B) 55.38º 0.23% 0.44% -
XYZ 13.94 15.27 11.02 -
YUV 107.86 115.66 130.95 -
System Red Green Blue C M Y K H S L
Decimal 112 110 86 0 0.02 0.23 0.56 55.38 0.13 0.39
Hex 70 6E 56 0 2 17 38 37 D 27
Octal 160 156 126 0 2 27 70 67 15 47
Binary 1110000 1101110 1010110 0 10 10111 111000 110111 1101 100111

Color Harmonies of #706E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E56

Black with #706E56

Text Example


Text Example

White with #706E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,110,86); }

 H1.HeaderClassName
 {
   color: #706E56;
 }
 .AnyTagClassName
 {
   color: #706E56;
 }
</style>

background-color css

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

 a { background-color: rgb(112,110,86); }

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

border-color css

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

 span { border-color: rgb(112,110,86); }

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