#6E5550

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

Shades of Buccaneer #6E5550

Tints of Buccaneer #6E5550

Color information

#6E5550 (or 0x6E5550) is unknown color: approx Buccaneer. HEX triplet: 6E, 55 and 50. RGB value is (110,85,80). Sum of RGB (Red+Green+Blue) = 110+85+80=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5550 is #91AAAF. Grayscale: #5B5B5B. Windows color (decimal): -9546416 or 5264750. OLE color: 5264750.

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

Color convert

RGB1108580-
CMYK00.230.270.57
HSL10º15.79%37.25%-
HSV(B)10º27.27%43.14%-
XYZ11.1310.399.01-
YUV91.9121.28140.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=40%
G=30.91%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110858000.230.270.571015.7937.25
Hex6E55500171B39a1025
Octal1561251200273371122045
Binary11011101010101101000001011111011111001101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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