#6A5252

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

Shades of Buccaneer #6A5252

Tints of Buccaneer #6A5252

Color information

#6A5252 (or 0x6A5252) is unknown color: approx Buccaneer. HEX triplet: 6A, 52 and 52. RGB value is (106,82,82). Sum of RGB (Red+Green+Blue) = 106+82+82=270 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.26% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5252 is #95ADAD. Grayscale: #595959. Windows color (decimal): -9809326 or 5395050. OLE color: 5395050.

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

Color convert

RGB1068282-
CMYK00.230.230.58
HSL12.77%36.86%-
HSV(B)22.64%41.57%-
XYZ10.489.719.3-
YUV89.18123.95140-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.26%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 82 (32.42% from 255) = 30.37%
R=39.26%
G=30.37%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106828200.230.230.58012.7736.86
Hex6A5252017173A0d25
Octal152122122027277201545
Binary1101010101001010100100101111011111101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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