#6F5551

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

Shades of Buccaneer #6F5551

Tints of Buccaneer #6F5551

Color information

#6F5551 (or 0x6F5551) is unknown color: approx Buccaneer. HEX triplet: 6F, 55 and 51. RGB value is (111,85,81). Sum of RGB (Red+Green+Blue) = 111+85+81=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5551 is #90AAAE. Grayscale: #5C5C5C. Windows color (decimal): -9480879 or 5330287. OLE color: 5330287.

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

Color convert

RGB1118581-
CMYK00.230.270.56
HSL15.62%37.65%-
HSV(B)27.03%43.53%-
XYZ11.2910.479.21-
YUV92.32121.61141.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.07%
GREEN value IS 85 (33.59% from 255) = 30.69%
BLUE value IS 81 (32.03% from 255) = 29.24%
R=40.07%
G=30.69%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111858100.230.270.56815.6237.65
Hex6F55510171B3881026
Octal1571251210273370102046
Binary11011111010101101000101011111011111000100010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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