#6F5150

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

Shades of Buccaneer #6F5150

Tints of Buccaneer #6F5150

Color information

#6F5150 (or 0x6F5150) is unknown color: approx Buccaneer. HEX triplet: 6F, 51 and 50. RGB value is (111,81,80). Sum of RGB (Red+Green+Blue) = 111+81+80=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5150 is #90AEAF. Grayscale: #595959. Windows color (decimal): -9481904 or 5263727. OLE color: 5263727.

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

Color convert

RGB1118180-
CMYK00.270.280.56
HSL1.94º16.23%37.45%-
HSV(B)1.94º27.93%43.53%-
XYZ10.959.848.91-
YUV89.86122.44143.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.81%
GREEN value IS 81 (32.03% from 255) = 29.78%
BLUE value IS 80 (31.64% from 255) = 29.41%
R=40.81%
G=29.78%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111818000.270.280.561.9416.2337.45
Hex6F515001B1C3821025
Octal157121120033347022045
Binary110111110100011010000011011111001110001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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