#6E5650

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

Shades of Buccaneer #6E5650

Tints of Buccaneer #6E5650

Color information

#6E5650 (or 0x6E5650) is unknown color: approx Buccaneer. HEX triplet: 6E, 56 and 50. RGB value is (110,86,80). Sum of RGB (Red+Green+Blue) = 110+86+80=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5650 is #91A9AF. Grayscale: #5C5C5C. Windows color (decimal): -9546160 or 5265006. OLE color: 5265006.

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

Color convert

RGB1108680-
CMYK00.220.270.57
HSL12º15.79%37.25%-
HSV(B)12º27.27%43.14%-
XYZ11.2110.559.04-
YUV92.49120.95140.49-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.86%
GREEN value IS 86 (33.98% from 255) = 31.16%
BLUE value IS 80 (31.64% from 255) = 28.99%
R=39.86%
G=31.16%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110868000.220.270.571215.7937.25
Hex6E56500161B39c1025
Octal1561261200263371142045
Binary11011101010110101000001011011011111001110010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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