#706C53

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

Shades of Crocodile #706C53

Tints of Crocodile #706C53

Color information

#706C53 (or 0x706C53) is unknown color: approx Crocodile. HEX triplet: 70, 6C and 53. RGB value is (112,108,83). Sum of RGB (Red+Green+Blue) = 112+108+83=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #706C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C53 is #8F93AC. Grayscale: #6A6A6A. Windows color (decimal): -9409453 or 5467248. OLE color: 5467248.

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

Color convert

RGB11210883-
CMYK00.040.260.56
HSL51.72º14.87%38.24%-
HSV(B)51.72º25.89%43.92%-
XYZ13.6114.7910.32-
YUV106.35114.83132.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 108 (42.58% from 255) = 35.64%
BLUE value IS 83 (32.81% from 255) = 27.39%
R=36.96%
G=35.64%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121088300.040.260.5651.7214.8738.24
Hex706C53041A3834f26
Octal160154123043270641746
Binary1110000110110010100110100110101110001101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,108,83); }

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

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

 a { background-color: rgb(112,108,83); }

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

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

 span { border-color: rgb(112,108,83); }

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