#706D53

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

Shades of Crocodile #706D53

Tints of Crocodile #706D53

Color information

#706D53 (or 0x706D53) is unknown color: approx Crocodile. HEX triplet: 70, 6D and 53. RGB value is (112,109,83). Sum of RGB (Red+Green+Blue) = 112+109+83=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #706D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D53 is #8F92AC. Grayscale: #6B6B6B. Windows color (decimal): -9409197 or 5467504. OLE color: 5467504.

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

Color convert

RGB11210983-
CMYK00.030.260.56
HSL53.79º14.87%38.24%-
HSV(B)53.79º25.89%43.92%-
XYZ13.7115.0110.36-
YUV106.93114.49131.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.84%
GREEN value IS 109 (42.97% from 255) = 35.86%
BLUE value IS 83 (32.81% from 255) = 27.30%
R=36.84%
G=35.86%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121098300.030.260.5653.7914.8738.24
Hex706D53031A3836f26
Octal160155123033270661746
Binary111000011011011010011011110101110001101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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