Html Css Color HEX #706947 Crocodile

📋 copy color: '#706947'

red 112 ◦ green 105 ◦ blue 71

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

Shades of Crocodile #706947

Tints of Crocodile #706947

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.46%

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

R = 38.89%
G = 36.46%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#706947 (or 0x706947) is known color: Crocodile. HEX triplet: 70, 69 and 47. RGB value is (112,105,71). Sum of RGB (Red+Green+Blue) = 112+105+71=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #706947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706947 is #8F96B8. Grayscale: #676767. Windows color (decimal): -9410233 or 4680048. OLE color: 4680048.

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

Color convert

RGB 112 105 71 -
CMYK 0 0.06 0.37 0.56
HSL 49.76º 0.22% 0.36% -
HSV(B) 49.76º 0.37% 0.44% -
XYZ 12.87 14 7.99 -
YUV 103.22 109.82 134.26 -
System Red Green Blue C M Y K H S L
Decimal 112 105 71 0 0.06 0.37 0.56 49.76 0.22 0.36
Hex 70 69 47 0 6 25 38 32 16 24
Octal 160 151 107 0 6 45 70 62 26 44
Binary 1110000 1101001 1000111 0 110 100101 111000 110010 10110 100100

Color Harmonies of #706947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706947

Black with #706947

Text Example


Text Example

White with #706947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706947; }

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

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

background-color css

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

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

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

border-color css

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

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

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