#645453

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

Shades of Buccaneer #645453

Tints of Buccaneer #645453

Color information

#645453 (or 0x645453) is unknown color: approx Buccaneer. HEX triplet: 64, 54 and 53. RGB value is (100,84,83). Sum of RGB (Red+Green+Blue) = 100+84+83=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 100 - color contains mainly: red. Hex color #645453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645453 is #9BABAC. Grayscale: #585858. Windows color (decimal): -10202029 or 5461092. OLE color: 5461092.

HSL color Cylindrical-coordinate representation of color #645453: hue angle of 3.53º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #645453 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB1008483-
CMYK00.160.170.61
HSL3.53º9.29%35.88%-
HSV(B)3.53º17%39.22%-
XYZ9.999.679.52-
YUV88.67124.8136.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.45%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 83 (32.81% from 255) = 31.09%
R=37.45%
G=31.46%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100848300.160.170.613.539.2935.88
Hex645453010113D4924
Octal144124123020217541144
Binary110010010101001010011010000100011111011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645453; }

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

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

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

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

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

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

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

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