#6A5453

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

Shades of Buccaneer #6A5453

Tints of Buccaneer #6A5453

Color information

#6A5453 (or 0x6A5453) is unknown color: approx Buccaneer. HEX triplet: 6A, 54 and 53. RGB value is (106,84,83). Sum of RGB (Red+Green+Blue) = 106+84+83=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5453 is #95ABAC. Grayscale: #5A5A5A. Windows color (decimal): -9808813 or 5461098. OLE color: 5461098.

HSL color Cylindrical-coordinate representation of color #6A5453: hue angle of 2.61º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A5453 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB1068483-
CMYK00.210.220.58
HSL2.61º12.17%37.06%-
HSV(B)2.61º21.7%41.57%-
XYZ10.6810.039.56-
YUV90.46123.79139.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.83%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 83 (32.81% from 255) = 30.40%
R=38.83%
G=30.77%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106848300.210.220.582.6112.1737.06
Hex6A5453015163A3c25
Octal152124123025267231445
Binary11010101010100101001101010110110111010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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