#6D504F

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

Shades of Buccaneer #6D504F

Tints of Buccaneer #6D504F

Color information

#6D504F (or 0x6D504F) is unknown color: approx Buccaneer. HEX triplet: 6D, 50 and 4F. RGB value is (109,80,79). Sum of RGB (Red+Green+Blue) = 109+80+79=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 109 - color contains mainly: red. Hex color #6D504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D504F is #92AFB0. Grayscale: #585858. Windows color (decimal): -9613233 or 5197933. OLE color: 5197933.

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

Color convert

RGB1098079-
CMYK00.270.280.57
HSL15.96%36.86%-
HSV(B)27.52%42.75%-
XYZ10.599.558.68-
YUV88.56122.61142.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.67%
GREEN value IS 80 (31.64% from 255) = 29.85%
BLUE value IS 79 (31.25% from 255) = 29.48%
R=40.67%
G=29.85%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109807900.270.280.57215.9636.86
Hex6D504F01B1C3921025
Octal155120117033347122045
Binary110110110100001001111011011111001110011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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