#6F5550

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

Shades of Buccaneer #6F5550

Tints of Buccaneer #6F5550

Color information

#6F5550 (or 0x6F5550) is unknown color: approx Buccaneer. HEX triplet: 6F, 55 and 50. RGB value is (111,85,80). Sum of RGB (Red+Green+Blue) = 111+85+80=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5550 is #90AAAF. Grayscale: #5C5C5C. Windows color (decimal): -9480880 or 5264751. OLE color: 5264751.

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

Color convert

RGB1118580-
CMYK00.230.280.56
HSL9.68º16.23%37.45%-
HSV(B)9.68º27.93%43.53%-
XYZ11.2510.469.01-
YUV92.2121.11141.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.22%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 80 (31.64% from 255) = 28.99%
R=40.22%
G=30.80%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111858000.230.280.569.6816.2337.45
Hex6F55500171C38a1025
Octal1571251200273470122045
Binary11011111010101101000001011111100111000101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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