#6F5251

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

Shades of Buccaneer #6F5251

Tints of Buccaneer #6F5251

Color information

#6F5251 (or 0x6F5251) is unknown color: approx Buccaneer. HEX triplet: 6F, 52 and 51. RGB value is (111,82,81). Sum of RGB (Red+Green+Blue) = 111+82+81=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5251 is #90ADAE. Grayscale: #5A5A5A. Windows color (decimal): -9481647 or 5329519. OLE color: 5329519.

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

Color convert

RGB1118281-
CMYK00.260.270.56
HSL15.62%37.65%-
HSV(B)27.03%43.53%-
XYZ11.0610.019.13-
YUV90.56122.61142.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.51%
GREEN value IS 82 (32.42% from 255) = 29.93%
BLUE value IS 81 (32.03% from 255) = 29.56%
R=40.51%
G=29.93%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111828100.260.270.56215.6237.65
Hex6F525101A1B3821026
Octal157122121032337022046
Binary110111110100101010001011010110111110001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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