#6E5652

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

Shades of Buccaneer #6E5652

Tints of Buccaneer #6E5652

Color information

#6E5652 (or 0x6E5652) is unknown color: approx Buccaneer. HEX triplet: 6E, 56 and 52. RGB value is (110,86,82). Sum of RGB (Red+Green+Blue) = 110+86+82=278 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.57% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5652 is #91A9AD. Grayscale: #5C5C5C. Windows color (decimal): -9546158 or 5396078. OLE color: 5396078.

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

Color convert

RGB1108682-
CMYK00.220.250.57
HSL8.57º14.58%37.65%-
HSV(B)8.57º25.45%43.14%-
XYZ11.2810.589.43-
YUV92.72121.95140.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.57%
GREEN value IS 86 (33.98% from 255) = 30.94%
BLUE value IS 82 (32.42% from 255) = 29.50%
R=39.57%
G=30.94%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110868200.220.250.578.5714.5837.65
Hex6E565201619399f26
Octal1561261220263171111746
Binary1101110101011010100100101101100111100110011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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