#6E524E

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

Shades of Buccaneer #6E524E

Tints of Buccaneer #6E524E

Color information

#6E524E (or 0x6E524E) is unknown color: approx Buccaneer. HEX triplet: 6E, 52 and 4E. RGB value is (110,82,78). Sum of RGB (Red+Green+Blue) = 110+82+78=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 110 - color contains mainly: red. Hex color #6E524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E524E is #91ADB1. Grayscale: #595959. Windows color (decimal): -9547186 or 5132910. OLE color: 5132910.

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

Color convert

RGB1108278-
CMYK00.250.290.57
HSL7.5º17.02%36.86%-
HSV(B)7.5º29.09%43.14%-
XYZ10.829.98.55-
YUV89.92121.28142.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.74%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 78 (30.86% from 255) = 28.89%
R=40.74%
G=30.37%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110827800.250.290.577.517.0236.86
Hex6E524E0191D3981125
Octal1561221160313571102145
Binary11011101010010100111001100111101111001100010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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