#6F6849

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

Shades of Crocodile #6F6849

Tints of Crocodile #6F6849

Color information

#6F6849 (or 0x6F6849) is unknown color: approx Crocodile. HEX triplet: 6F, 68 and 49. RGB value is (111,104,73). Sum of RGB (Red+Green+Blue) = 111+104+73=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6849 is #9097B6. Grayscale: #666666. Windows color (decimal): -9476023 or 4810863. OLE color: 4810863.

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

Color convert

RGB11110473-
CMYK00.060.340.56
HSL48.95º20.65%36.08%-
HSV(B)48.95º34.23%43.53%-
XYZ12.7113.768.29-
YUV102.56111.32134.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.54%
GREEN value IS 104 (41.02% from 255) = 36.11%
BLUE value IS 73 (28.91% from 255) = 25.35%
R=38.54%
G=36.11%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111047300.060.340.5648.9520.6536.08
Hex6F6849062238311524
Octal157150111064270612544
Binary110111111010001001001011010001011100011000110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F6849; }

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

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

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

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

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

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

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

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