Html Css Color HEX #706847 Crocodile

📋 copy color: '#706847'

red 112 ◦ green 104 ◦ blue 71

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

Shades of Crocodile #706847

Tints of Crocodile #706847

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.24%

 BLUE value IS 71 (28.13% from 255) = 24.74%

R = 39.02%
G = 36.24%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#706847 (or 0x706847) is known color: Crocodile. HEX triplet: 70, 68 and 47. RGB value is (112,104,71). Sum of RGB (Red+Green+Blue) = 112+104+71=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #706847 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706847 is #8F97B8. Grayscale: #666666. Windows color (decimal): -9410489 or 4679792. OLE color: 4679792.

HSL color Cylindrical-coordinate representation of color #706847: hue angle of 48.29º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #706847 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 104 71 -
CMYK 0 0.07 0.37 0.56
HSL 48.29º 0.22% 0.36% -
HSV(B) 48.29º 0.37% 0.44% -
XYZ 12.77 13.8 7.95 -
YUV 102.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 112 104 71 0 0.07 0.37 0.56 48.29 0.22 0.36
Hex 70 68 47 0 7 25 38 30 16 24
Octal 160 150 107 0 7 45 70 60 26 44
Binary 1110000 1101000 1000111 0 111 100101 111000 110000 10110 100100

Color Harmonies of #706847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706847

Black with #706847

Text Example


Text Example

White with #706847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706847; }

 p { color: rgb(112,104,71); }

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

background-color css

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

 a { background-color: rgb(112,104,71); }

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

border-color css

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

 span { border-color: rgb(112,104,71); }

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