#706B51

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

Shades of Crocodile #706B51

Tints of Crocodile #706B51

Color information

#706B51 (or 0x706B51) is unknown color: approx Crocodile. HEX triplet: 70, 6B and 51. RGB value is (112,107,81). Sum of RGB (Red+Green+Blue) = 112+107+81=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #706B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B51 is #8F94AE. Grayscale: #696969. Windows color (decimal): -9409711 or 5335920. OLE color: 5335920.

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

Color convert

RGB11210781-
CMYK00.040.280.56
HSL50.32º16.06%37.84%-
HSV(B)50.32º27.68%43.92%-
XYZ13.4214.559.89-
YUV105.53114.16132.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.33%
GREEN value IS 107 (42.19% from 255) = 35.67%
BLUE value IS 81 (32.03% from 255) = 27%
R=37.33%
G=35.67%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121078100.040.280.5650.3216.0637.84
Hex706B51041C38321026
Octal160153121043470622046
Binary11100001101011101000101001110011100011001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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