#6F5250

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

Shades of Buccaneer #6F5250

Tints of Buccaneer #6F5250

Color information

#6F5250 (or 0x6F5250) is unknown color: approx Buccaneer. HEX triplet: 6F, 52 and 50. RGB value is (111,82,80). Sum of RGB (Red+Green+Blue) = 111+82+80=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5250 is #90ADAF. Grayscale: #5A5A5A. Windows color (decimal): -9481648 or 5263983. OLE color: 5263983.

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

Color convert

RGB1118280-
CMYK00.260.280.56
HSL3.87º16.23%37.45%-
HSV(B)3.87º27.93%43.53%-
XYZ11.029.998.94-
YUV90.44122.11142.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.66%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 80 (31.64% from 255) = 29.30%
R=40.66%
G=30.04%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111828000.260.280.563.8716.2337.45
Hex6F525001A1C3841025
Octal157122120032347042045
Binary1101111101001010100000110101110011100010010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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