#706748

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

Shades of Crocodile #706748

Tints of Crocodile #706748

Color information

#706748 (or 0x706748) is unknown color: approx Crocodile. HEX triplet: 70, 67 and 48. RGB value is (112,103,72). Sum of RGB (Red+Green+Blue) = 112+103+72=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #706748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706748 is #8F98B7. Grayscale: #666666. Windows color (decimal): -9410744 or 4745072. OLE color: 4745072.

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

Color convert

RGB11210372-
CMYK00.080.360.56
HSL46.5º21.74%36.08%-
HSV(B)46.5º35.71%43.92%-
XYZ12.713.618.09-
YUV102.16110.98135.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 103 (40.62% from 255) = 35.89%
BLUE value IS 72 (28.52% from 255) = 25.09%
R=39.02%
G=35.89%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121037200.080.360.5646.521.7436.08
Hex7067480824382e1624
Octal1601471100104470562644
Binary1110000110011110010000100010010011100010111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706748; }

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

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

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

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

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

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

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

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