#6D6852

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

Shades of Crocodile #6D6852

Tints of Crocodile #6D6852

Color information

#6D6852 (or 0x6D6852) is unknown color: approx Crocodile. HEX triplet: 6D, 68 and 52. RGB value is (109,104,82). Sum of RGB (Red+Green+Blue) = 109+104+82=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6852 is #9297AD. Grayscale: #676767. Windows color (decimal): -9607086 or 5400685. OLE color: 5400685.

HSL color Cylindrical-coordinate representation of color #6D6852: hue angle of 48.89º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D6852 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB10910482-
CMYK00.050.250.57
HSL48.89º14.14%37.45%-
HSV(B)48.89º24.77%42.75%-
XYZ12.7813.769.97-
YUV102.99116.16132.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.95%
GREEN value IS 104 (41.02% from 255) = 35.25%
BLUE value IS 82 (32.42% from 255) = 27.80%
R=36.95%
G=35.25%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091048200.050.250.5748.8914.1437.45
Hex6D685205193931e25
Octal155150122053171611645
Binary1101101110100010100100101110011110011100011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,104,82); }

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

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

 a { background-color: rgb(109,104,82); }

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

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

 span { border-color: rgb(109,104,82); }

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