#706A4F

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

Shades of Crocodile #706A4F

Tints of Crocodile #706A4F

Color information

#706A4F (or 0x706A4F) is unknown color: approx Crocodile. HEX triplet: 70, 6A and 4F. RGB value is (112,106,79). Sum of RGB (Red+Green+Blue) = 112+106+79=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #706A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A4F is #8F95B0. Grayscale: #686868. Windows color (decimal): -9409969 or 5204592. OLE color: 5204592.

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

Color convert

RGB11210679-
CMYK00.050.290.56
HSL49.09º17.28%37.45%-
HSV(B)49.09º29.46%43.92%-
XYZ13.2514.329.46-
YUV104.72113.49133.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.71%
GREEN value IS 106 (41.80% from 255) = 35.69%
BLUE value IS 79 (31.25% from 255) = 26.60%
R=37.71%
G=35.69%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121067900.050.290.5649.0917.2837.45
Hex706A4F051D38311125
Octal160152117053570612145
Binary11100001101010100111101011110111100011000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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