#6F524E

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

Shades of Buccaneer #6F524E

Tints of Buccaneer #6F524E

Color information

#6F524E (or 0x6F524E) is unknown color: approx Buccaneer. HEX triplet: 6F, 52 and 4E. RGB value is (111,82,78). Sum of RGB (Red+Green+Blue) = 111+82+78=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 111 - color contains mainly: red. Hex color #6F524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F524E is #90ADB1. Grayscale: #5A5A5A. Windows color (decimal): -9481650 or 5132911. OLE color: 5132911.

HSL color Cylindrical-coordinate representation of color #6F524E: hue angle of 7.27º 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 #6F524E is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1118278-
CMYK00.260.300.56
HSL7.27º17.46%37.06%-
HSV(B)7.27º29.73%43.53%-
XYZ10.959.968.55-
YUV90.22121.11142.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.96%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 78 (30.86% from 255) = 28.78%
R=40.96%
G=30.26%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111827800.260.300.567.2717.4637.06
Hex6F524E01A1E3871125
Octal157122116032367072145
Binary1101111101001010011100110101111011100011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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