#706A55

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

Shades of Crocodile #706A55

Tints of Crocodile #706A55

Color information

#706A55 (or 0x706A55) is unknown color: approx Crocodile. HEX triplet: 70, 6A and 55. RGB value is (112,106,85). Sum of RGB (Red+Green+Blue) = 112+106+85=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #706A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A55 is #8F95AA. Grayscale: #696969. Windows color (decimal): -9409963 or 5597808. OLE color: 5597808.

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

Color convert

RGB11210685-
CMYK00.050.240.56
HSL46.67º13.71%38.63%-
HSV(B)46.67º24.11%43.92%-
XYZ13.4814.4110.67-
YUV105.4116.49132.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 106 (41.80% from 255) = 34.98%
BLUE value IS 85 (33.59% from 255) = 28.05%
R=36.96%
G=34.98%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121068500.050.240.5646.6713.7138.63
Hex706A550518382fe27
Octal160152125053070571647
Binary1110000110101010101010101110001110001011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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