#6C504F

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

Shades of Buccaneer #6C504F

Tints of Buccaneer #6C504F

Color information

#6C504F (or 0x6C504F) is unknown color: approx Buccaneer. HEX triplet: 6C, 50 and 4F. RGB value is (108,80,79). Sum of RGB (Red+Green+Blue) = 108+80+79=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 108 - color contains mainly: red. Hex color #6C504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C504F is #93AFB0. Grayscale: #585858. Windows color (decimal): -9678769 or 5197932. OLE color: 5197932.

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

Color convert

RGB1088079-
CMYK00.260.270.58
HSL2.07º15.51%36.67%-
HSV(B)2.07º26.85%42.35%-
XYZ10.469.498.68-
YUV88.26122.78142.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.45%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 79 (31.25% from 255) = 29.59%
R=40.45%
G=29.96%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108807900.260.270.582.0715.5136.67
Hex6C504F01A1B3A21025
Octal154120117032337222045
Binary110110010100001001111011010110111110101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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