#6E5551

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

Shades of Buccaneer #6E5551

Tints of Buccaneer #6E5551

Color information

#6E5551 (or 0x6E5551) is unknown color: approx Buccaneer. HEX triplet: 6E, 55 and 51. RGB value is (110,85,81). Sum of RGB (Red+Green+Blue) = 110+85+81=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5551 is #91AAAE. Grayscale: #5C5C5C. Windows color (decimal): -9546415 or 5330286. OLE color: 5330286.

HSL color Cylindrical-coordinate representation of color #6E5551: hue angle of 8.28º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E5551 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB1108581-
CMYK00.230.260.57
HSL8.28º15.18%37.45%-
HSV(B)8.28º26.36%43.14%-
XYZ11.1610.419.2-
YUV92.02121.78140.83-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.86%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 81 (32.03% from 255) = 29.35%
R=39.86%
G=30.80%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110858100.230.260.578.2815.1837.45
Hex6E55510171A398f25
Octal1561251210273271101745
Binary1101110101010110100010101111101011100110001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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