#706B55

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

Shades of Crocodile #706B55

Tints of Crocodile #706B55

Color information

#706B55 (or 0x706B55) is unknown color: approx Crocodile. HEX triplet: 70, 6B and 55. RGB value is (112,107,85). Sum of RGB (Red+Green+Blue) = 112+107+85=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #706B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B55 is #8F94AA. Grayscale: #6A6A6A. Windows color (decimal): -9409707 or 5598064. OLE color: 5598064.

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

Color convert

RGB11210785-
CMYK00.040.240.56
HSL48.89º13.71%38.63%-
HSV(B)48.89º24.11%43.92%-
XYZ13.5814.6210.7-
YUV105.99116.16132.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.84%
GREEN value IS 107 (42.19% from 255) = 35.20%
BLUE value IS 85 (33.59% from 255) = 27.96%
R=36.84%
G=35.20%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121078500.040.240.5648.8913.7138.63
Hex706B5504183831e27
Octal160153125043070611647
Binary1110000110101110101010100110001110001100011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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