#706A4B

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

Shades of Crocodile #706A4B

Tints of Crocodile #706A4B

Color information

#706A4B (or 0x706A4B) is unknown color: approx Crocodile. HEX triplet: 70, 6A and 4B. RGB value is (112,106,75). Sum of RGB (Red+Green+Blue) = 112+106+75=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #706A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A4B is #8F95B4. Grayscale: #686868. Windows color (decimal): -9409973 or 4942448. OLE color: 4942448.

HSL color Cylindrical-coordinate representation of color #706A4B: hue angle of 50.27º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #706A4B is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB11210675-
CMYK00.050.330.56
HSL50.27º19.79%36.67%-
HSV(B)50.27º33.04%43.92%-
XYZ13.1114.268.72-
YUV104.26111.49133.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 106 (41.80% from 255) = 36.18%
BLUE value IS 75 (29.69% from 255) = 25.60%
R=38.23%
G=36.18%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121067500.050.330.5650.2719.7936.67
Hex706A4B052138321425
Octal160152113054170622445
Binary111000011010101001011010110000111100011001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,106,75); }

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

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

 a { background-color: rgb(112,106,75); }

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

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

 span { border-color: rgb(112,106,75); }

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