#706851

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

Shades of Crocodile #706851

Tints of Crocodile #706851

Color information

#706851 (or 0x706851) is unknown color: approx Crocodile. HEX triplet: 70, 68 and 51. RGB value is (112,104,81). Sum of RGB (Red+Green+Blue) = 112+104+81=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #706851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706851 is #8F97AE. Grayscale: #676767. Windows color (decimal): -9410479 or 5335152. OLE color: 5335152.

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

Color convert

RGB11210481-
CMYK00.070.280.56
HSL44.52º16.06%37.84%-
HSV(B)44.52º27.68%43.92%-
XYZ13.1213.949.78-
YUV103.77115.15133.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.71%
GREEN value IS 104 (41.02% from 255) = 35.02%
BLUE value IS 81 (32.03% from 255) = 27.27%
R=37.71%
G=35.02%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121048100.070.280.5644.5216.0637.84
Hex706851071C382d1026
Octal160150121073470552046
Binary11100001101000101000101111110011100010110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706851; }

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

 H1.HeaderClassName
 {
   color: #706851;
 }
 .AnyTagClassName
 {
   color: #706851;
 }
</style>
background-color css

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

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

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

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

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

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