#706849

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

Shades of Crocodile #706849

Tints of Crocodile #706849

Color information

#706849 (or 0x706849) is unknown color: approx Crocodile. HEX triplet: 70, 68 and 49. RGB value is (112,104,73). Sum of RGB (Red+Green+Blue) = 112+104+73=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #706849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706849 is #8F97B6. Grayscale: #666666. Windows color (decimal): -9410487 or 4810864. OLE color: 4810864.

HSL color Cylindrical-coordinate representation of color #706849: hue angle of 47.69º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #706849 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB11210473-
CMYK00.070.350.56
HSL47.69º21.08%36.27%-
HSV(B)47.69º34.82%43.92%-
XYZ12.8413.838.3-
YUV102.86111.15134.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.75%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 73 (28.91% from 255) = 25.26%
R=38.75%
G=35.99%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121047300.070.350.5647.6921.0836.27
Hex706849072338301524
Octal160150111074370602544
Binary111000011010001001001011110001111100011000010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706849; }

 p { color: rgb(112,104,73); }

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

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

 a { background-color: rgb(112,104,73); }

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

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

 span { border-color: rgb(112,104,73); }

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