#706947

Color #706947 Crocodile (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crocodile #706947

Tints of Crocodile #706947

Color information

#706947 (or 0x706947) is unknown color: approx 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

RGB11210571-
CMYK00.060.370.56
HSL49.76º22.4%35.88%-
HSV(B)49.76º36.61%43.92%-
XYZ12.87147.99-
YUV103.22109.82134.26-

RGB Variations

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

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.12% from 255) = 24.65%
R=38.89%
G=36.46%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121057100.060.370.5649.7622.435.88
Hex706947062538321624
Octal160151107064570622644
Binary111000011010011000111011010010111100011001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>