#706D54

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

Shades of Crocodile #706D54

Tints of Crocodile #706D54

Color information

#706D54 (or 0x706D54) is unknown color: approx Crocodile. HEX triplet: 70, 6D and 54. RGB value is (112,109,84). Sum of RGB (Red+Green+Blue) = 112+109+84=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 112 - color contains mainly: red. Hex color #706D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D54 is #8F92AB. Grayscale: #6B6B6B. Windows color (decimal): -9409196 or 5533040. OLE color: 5533040.

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

Color convert

RGB11210984-
CMYK00.030.250.56
HSL53.57º14.29%38.43%-
HSV(B)53.57º25%43.92%-
XYZ13.7515.0210.56-
YUV107.05114.99131.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.72%
GREEN value IS 109 (42.97% from 255) = 35.74%
BLUE value IS 84 (33.20% from 255) = 27.54%
R=36.72%
G=35.74%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121098400.030.250.5653.5714.2938.43
Hex706D5403193836e26
Octal160155124033170661646
Binary111000011011011010100011110011110001101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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