#706D52

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

Shades of Crocodile #706D52

Tints of Crocodile #706D52

Color information

#706D52 (or 0x706D52) is unknown color: approx Crocodile. HEX triplet: 70, 6D and 52. RGB value is (112,109,82). Sum of RGB (Red+Green+Blue) = 112+109+82=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #706D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D52 is #8F92AD. Grayscale: #6A6A6A. Windows color (decimal): -9409198 or 5401968. OLE color: 5401968.

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

Color convert

RGB11210982-
CMYK00.030.270.56
HSL54º15.46%38.04%-
HSV(B)54º26.79%43.92%-
XYZ13.6714.9910.16-
YUV106.82113.99131.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 109 (42.97% from 255) = 35.97%
BLUE value IS 82 (32.42% from 255) = 27.06%
R=36.96%
G=35.97%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121098200.030.270.565415.4638.04
Hex706D52031B3836f26
Octal160155122033370661746
Binary111000011011011010010011110111110001101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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