#706C51

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

Shades of Crocodile #706C51

Tints of Crocodile #706C51

Color information

#706C51 (or 0x706C51) is unknown color: approx Crocodile. HEX triplet: 70, 6C and 51. RGB value is (112,108,81). Sum of RGB (Red+Green+Blue) = 112+108+81=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #706C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C51 is #8F93AE. Grayscale: #6A6A6A. Windows color (decimal): -9409455 or 5336176. OLE color: 5336176.

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

Color convert

RGB11210881-
CMYK00.040.280.56
HSL52.26º16.06%37.84%-
HSV(B)52.26º27.68%43.92%-
XYZ13.5314.769.92-
YUV106.12113.83132.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.21%
GREEN value IS 108 (42.58% from 255) = 35.88%
BLUE value IS 81 (32.03% from 255) = 26.91%
R=37.21%
G=35.88%
B=26.91%

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
Decimal1121088100.040.280.5652.2616.0637.84
Hex706C51041C38341026
Octal160154121043470642046
Binary11100001101100101000101001110011100011010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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