#6D524F

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

Shades of Buccaneer #6D524F

Tints of Buccaneer #6D524F

Color information

#6D524F (or 0x6D524F) is unknown color: approx Buccaneer. HEX triplet: 6D, 52 and 4F. RGB value is (109,82,79). Sum of RGB (Red+Green+Blue) = 109+82+79=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 109 - color contains mainly: red. Hex color #6D524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D524F is #92ADB0. Grayscale: #595959. Windows color (decimal): -9612721 or 5198445. OLE color: 5198445.

HSL color Cylindrical-coordinate representation of color #6D524F: hue angle of 6º 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 #6D524F is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB1098279-
CMYK00.250.280.57
HSL15.96%36.86%-
HSV(B)27.52%42.75%-
XYZ10.749.858.73-
YUV89.73121.95141.74-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.37%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 79 (31.25% from 255) = 29.26%
R=40.37%
G=30.37%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109827900.250.280.57615.9636.86
Hex6D524F0191C3961025
Octal155122117031347162045
Binary1101101101001010011110110011110011100111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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