#706749

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

Shades of Crocodile #706749

Tints of Crocodile #706749

Color information

#706749 (or 0x706749) is unknown color: approx Crocodile. HEX triplet: 70, 67 and 49. RGB value is (112,103,73). Sum of RGB (Red+Green+Blue) = 112+103+73=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #706749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706749 is #8F98B6. Grayscale: #666666. Windows color (decimal): -9410743 or 4810608. OLE color: 4810608.

HSL color Cylindrical-coordinate representation of color #706749: hue angle of 46.15º 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 #706749 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB11210373-
CMYK00.080.350.56
HSL46.15º21.08%36.27%-
HSV(B)46.15º34.82%43.92%-
XYZ12.7313.638.26-
YUV102.27111.48134.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.89%
GREEN value IS 103 (40.62% from 255) = 35.76%
BLUE value IS 73 (28.91% from 255) = 25.35%
R=38.89%
G=35.76%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121037300.080.350.5646.1521.0836.27
Hex7067490823382e1524
Octal1601471110104370562544
Binary1110000110011110010010100010001111100010111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706749; }

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

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

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

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

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

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

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

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