#6F514E

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

Shades of Buccaneer #6F514E

Tints of Buccaneer #6F514E

Color information

#6F514E (or 0x6F514E) is unknown color: approx Buccaneer. HEX triplet: 6F, 51 and 4E. RGB value is (111,81,78). Sum of RGB (Red+Green+Blue) = 111+81+78=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F514E is #90AEB1. Grayscale: #595959. Windows color (decimal): -9481906 or 5132655. OLE color: 5132655.

HSL color Cylindrical-coordinate representation of color #6F514E: hue angle of 5.45º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F514E is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1118178-
CMYK00.270.300.56
HSL5.45º17.46%37.06%-
HSV(B)5.45º29.73%43.53%-
XYZ10.879.818.53-
YUV89.63121.44143.24-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.11%
GREEN value IS 81 (32.03% from 255) = 30%
BLUE value IS 78 (30.86% from 255) = 28.89%
R=41.11%
G=30%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111817800.270.300.565.4517.4637.06
Hex6F514E01B1E3851125
Octal157121116033367052145
Binary1101111101000110011100110111111011100010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,81,78); }

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

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

 a { background-color: rgb(111,81,78); }

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

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

 span { border-color: rgb(111,81,78); }

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