#6C6850

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

Shades of Crocodile #6C6850

Tints of Crocodile #6C6850

Color information

#6C6850 (or 0x6C6850) is unknown color: approx Crocodile. HEX triplet: 6C, 68 and 50. RGB value is (108,104,80). Sum of RGB (Red+Green+Blue) = 108+104+80=292 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.99% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6850 is #9397AF. Grayscale: #666666. Windows color (decimal): -9672624 or 5269612. OLE color: 5269612.

HSL color Cylindrical-coordinate representation of color #6C6850: hue angle of 51.43º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C6850 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB10810480-
CMYK00.040.260.58
HSL51.43º14.89%36.86%-
HSV(B)51.43º25.93%42.35%-
XYZ12.5813.679.56-
YUV102.46115.33131.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.99%
GREEN value IS 104 (41.02% from 255) = 35.62%
BLUE value IS 80 (31.64% from 255) = 27.40%
R=36.99%
G=35.62%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081048000.040.260.5851.4314.8936.86
Hex6C6850041A3A33f25
Octal154150120043272631745
Binary1101100110100010100000100110101110101100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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