#6F504C

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

Shades of Buccaneer #6F504C

Tints of Buccaneer #6F504C

Color information

#6F504C (or 0x6F504C) is unknown color: approx Buccaneer. HEX triplet: 6F, 50 and 4C. RGB value is (111,80,76). Sum of RGB (Red+Green+Blue) = 111+80+76=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F504C is #90AFB3. Grayscale: #585858. Windows color (decimal): -9482164 or 5001327. OLE color: 5001327.

HSL color Cylindrical-coordinate representation of color #6F504C: hue angle of 6.86º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F504C is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1118076-
CMYK00.280.320.56
HSL6.86º18.72%36.67%-
HSV(B)6.86º31.53%43.53%-
XYZ10.739.648.13-
YUV88.81120.77143.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.57%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 76 (30.08% from 255) = 28.46%
R=41.57%
G=29.96%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111807600.280.320.566.8618.7236.67
Hex6F504C01C203871325
Octal157120114034407072345
Binary11011111010000100110001110010000011100011110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,80,76); }

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

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

 a { background-color: rgb(111,80,76); }

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

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

 span { border-color: rgb(111,80,76); }

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