#706B50

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

Shades of Crocodile #706B50

Tints of Crocodile #706B50

Color information

#706B50 (or 0x706B50) is unknown color: approx Crocodile. HEX triplet: 70, 6B and 50. RGB value is (112,107,80). Sum of RGB (Red+Green+Blue) = 112+107+80=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #706B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B50 is #8F94AF. Grayscale: #696969. Windows color (decimal): -9409712 or 5270384. OLE color: 5270384.

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

Color convert

RGB11210780-
CMYK00.040.290.56
HSL50.62º16.67%37.65%-
HSV(B)50.62º28.57%43.92%-
XYZ13.3914.549.69-
YUV105.42113.66132.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.46%
GREEN value IS 107 (42.19% from 255) = 35.79%
BLUE value IS 80 (31.64% from 255) = 26.76%
R=37.46%
G=35.79%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121078000.040.290.5650.6216.6737.65
Hex706B50041D38331126
Octal160153120043570632146
Binary11100001101011101000001001110111100011001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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