#6E534E

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

Shades of Buccaneer #6E534E

Tints of Buccaneer #6E534E

Color information

#6E534E (or 0x6E534E) is unknown color: approx Buccaneer. HEX triplet: 6E, 53 and 4E. RGB value is (110,83,78). Sum of RGB (Red+Green+Blue) = 110+83+78=271 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.59% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 110 - color contains mainly: red. Hex color #6E534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E534E is #91ACB1. Grayscale: #5A5A5A. Windows color (decimal): -9546930 or 5133166. OLE color: 5133166.

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

Color convert

RGB1108378-
CMYK00.250.290.57
HSL9.38º17.02%36.86%-
HSV(B)9.38º29.09%43.14%-
XYZ10.910.058.57-
YUV90.5120.95141.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.59%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 78 (30.86% from 255) = 28.78%
R=40.59%
G=30.63%
B=28.78%

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
Decimal110837800.250.290.579.3817.0236.86
Hex6E534E0191D3991125
Octal1561231160313571112145
Binary11011101010011100111001100111101111001100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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