#64504F

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

Shades of Buccaneer #64504F

Tints of Buccaneer #64504F

Color information

#64504F (or 0x64504F) is unknown color: approx Buccaneer. HEX triplet: 64, 50 and 4F. RGB value is (100,80,79). Sum of RGB (Red+Green+Blue) = 100+80+79=259 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.61% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 100 - color contains mainly: red. Hex color #64504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64504F is #9BAFB0. Grayscale: #555555. Windows color (decimal): -10203057 or 5197924. OLE color: 5197924.

HSL color Cylindrical-coordinate representation of color #64504F: hue angle of 2.86º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #64504F is Cyan = 0, Magento = 0.2, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB1008079-
CMYK00.20.210.61
HSL2.86º11.73%35.1%-
HSV(B)2.86º21%39.22%-
XYZ9.549.018.63-
YUV85.87124.13138.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.61%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 79 (31.25% from 255) = 30.50%
R=38.61%
G=30.89%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100807900.20.210.612.8611.7335.1
Hex64504F014153D3c23
Octal144120117024257531443
Binary11001001010000100111101010010101111101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64504F; }

 p { color: rgb(100,80,79); }

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

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

 a { background-color: rgb(100,80,79); }

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

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

 span { border-color: rgb(100,80,79); }

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