Html Css Color HEX #706A47 Crocodile

📋 copy color: '#706A47'

red 112 ◦ green 106 ◦ blue 71

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

Shades of Crocodile #706A47

Tints of Crocodile #706A47

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.68%

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

R = 38.75%
G = 36.68%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#706A47 (or 0x706A47) is known color: Crocodile. HEX triplet: 70, 6A and 47. RGB value is (112,106,71). Sum of RGB (Red+Green+Blue) = 112+106+71=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #706A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A47 is #8F95B8. Grayscale: #676767. Windows color (decimal): -9409977 or 4680304. OLE color: 4680304.

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

Color convert

RGB 112 106 71 -
CMYK 0 0.05 0.37 0.56
HSL 51.22º 0.22% 0.36% -
HSV(B) 51.22º 0.37% 0.44% -
XYZ 12.97 14.21 8.02 -
YUV 103.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 112 106 71 0 0.05 0.37 0.56 51.22 0.22 0.36
Hex 70 6A 47 0 5 25 38 33 16 24
Octal 160 152 107 0 5 45 70 63 26 44
Binary 1110000 1101010 1000111 0 101 100101 111000 110011 10110 100100

Color Harmonies of #706A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A47

Black with #706A47

Text Example


Text Example

White with #706A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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