#706D56

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

Shades of Crocodile #706D56

Tints of Crocodile #706D56

Color information

#706D56 (or 0x706D56) is unknown color: approx Crocodile. HEX triplet: 70, 6D and 56. RGB value is (112,109,86). Sum of RGB (Red+Green+Blue) = 112+109+86=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 112 - color contains mainly: red. Hex color #706D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D56 is #8F92A9. Grayscale: #6B6B6B. Windows color (decimal): -9409194 or 5664112. OLE color: 5664112.

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

Color convert

RGB11210986-
CMYK00.030.230.56
HSL53.08º13.13%38.82%-
HSV(B)53.08º23.21%43.92%-
XYZ13.8315.0510.98-
YUV107.28115.99131.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.48%
GREEN value IS 109 (42.97% from 255) = 35.50%
BLUE value IS 86 (33.98% from 255) = 28.01%
R=36.48%
G=35.50%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121098600.030.230.5653.0813.1338.82
Hex706D5603173835d27
Octal160155126032770651547
Binary111000011011011010110011101111110001101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,109,86); }

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

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

 a { background-color: rgb(112,109,86); }

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

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

 span { border-color: rgb(112,109,86); }

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