#6C5252

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

Shades of Buccaneer #6C5252

Tints of Buccaneer #6C5252

Color information

#6C5252 (or 0x6C5252) is unknown color: approx Buccaneer. HEX triplet: 6C, 52 and 52. RGB value is (108,82,82). Sum of RGB (Red+Green+Blue) = 108+82+82=272 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.71% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5252 is #93ADAD. Grayscale: #595959. Windows color (decimal): -9678254 or 5395052. OLE color: 5395052.

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

Color convert

RGB1088282-
CMYK00.240.240.58
HSL13.68%37.25%-
HSV(B)24.07%42.35%-
XYZ10.729.839.32-
YUV89.77123.61141-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.71%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 82 (32.42% from 255) = 30.15%
R=39.71%
G=30.15%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108828200.240.240.58013.6837.25
Hex6C5252018183A0e25
Octal154122122030307201645
Binary1101100101001010100100110001100011101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,82,82); }

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

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

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

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

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

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

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