#706848

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

Shades of Crocodile #706848

Tints of Crocodile #706848

Color information

#706848 (or 0x706848) is unknown color: approx Crocodile. HEX triplet: 70, 68 and 48. RGB value is (112,104,72). Sum of RGB (Red+Green+Blue) = 112+104+72=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #706848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706848 is #8F97B7. Grayscale: #666666. Windows color (decimal): -9410488 or 4745328. OLE color: 4745328.

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

Color convert

RGB11210472-
CMYK00.070.360.56
HSL48º21.74%36.08%-
HSV(B)48º35.71%43.92%-
XYZ12.813.818.12-
YUV102.74110.65134.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.89%
GREEN value IS 104 (41.02% from 255) = 36.11%
BLUE value IS 72 (28.52% from 255) = 25%
R=38.89%
G=36.11%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121047200.070.360.564821.7436.08
Hex706848072438301624
Octal160150110074470602644
Binary111000011010001001000011110010011100011000010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706848; }

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

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

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

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

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

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

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

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