#6F514D

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

Shades of Buccaneer #6F514D

Tints of Buccaneer #6F514D

Color information

#6F514D (or 0x6F514D) is unknown color: approx Buccaneer. HEX triplet: 6F, 51 and 4D. RGB value is (111,81,77). Sum of RGB (Red+Green+Blue) = 111+81+77=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F514D is #90AEB2. Grayscale: #595959. Windows color (decimal): -9481907 or 5067119. OLE color: 5067119.

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

Color convert

RGB1118177-
CMYK00.270.310.56
HSL7.06º18.09%36.86%-
HSV(B)7.06º30.63%43.53%-
XYZ10.849.88.34-
YUV89.51120.94143.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.26%
GREEN value IS 81 (32.03% from 255) = 30.11%
BLUE value IS 77 (30.47% from 255) = 28.62%
R=41.26%
G=30.11%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111817700.270.310.567.0618.0936.86
Hex6F514D01B1F3871225
Octal157121115033377072245
Binary1101111101000110011010110111111111100011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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