#6D6850

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

Shades of Crocodile #6D6850

Tints of Crocodile #6D6850

Color information

#6D6850 (or 0x6D6850) is unknown color: approx Crocodile. HEX triplet: 6D, 68 and 50. RGB value is (109,104,80). Sum of RGB (Red+Green+Blue) = 109+104+80=293 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.20% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6850 is #9297AF. Grayscale: #666666. Windows color (decimal): -9607088 or 5269613. OLE color: 5269613.

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

Color convert

RGB10910480-
CMYK00.050.270.57
HSL49.66º15.34%37.06%-
HSV(B)49.66º26.61%42.75%-
XYZ12.713.739.57-
YUV102.76115.16132.45-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.20%
GREEN value IS 104 (41.02% from 255) = 35.49%
BLUE value IS 80 (31.64% from 255) = 27.30%
R=37.20%
G=35.49%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091048000.050.270.5749.6615.3437.06
Hex6D6850051B3932f25
Octal155150120053371621745
Binary1101101110100010100000101110111110011100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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