#6E5453

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

Shades of Buccaneer #6E5453

Tints of Buccaneer #6E5453

Color information

#6E5453 (or 0x6E5453) is unknown color: approx Buccaneer. HEX triplet: 6E, 54 and 53. RGB value is (110,84,83). Sum of RGB (Red+Green+Blue) = 110+84+83=277 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.71% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5453 is #91ABAC. Grayscale: #5B5B5B. Windows color (decimal): -9546669 or 5461102. OLE color: 5461102.

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

Color convert

RGB1108483-
CMYK00.240.250.57
HSL2.22º13.99%37.84%-
HSV(B)2.22º24.55%43.14%-
XYZ11.1610.289.58-
YUV91.66123.11141.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.71%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 83 (32.81% from 255) = 29.96%
R=39.71%
G=30.32%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110848300.240.250.572.2213.9937.84
Hex6E545301819392e26
Octal156124123030317121646
Binary11011101010100101001101100011001111001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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