Html Css Color HEX #64504F Buccaneer

📋 copy color: '#64504F'

red 100 ◦ green 80 ◦ blue 79

#64504F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buccaneer #64504F

Tints of Buccaneer #64504F

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.5%

R = 38.61%
G = 30.89%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#64504F (or 0x64504F) is known color: 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

RGB 100 80 79 -
CMYK 0 0.2 0.21 0.61
HSL 2.86º 0.12% 0.35% -
HSV(B) 2.86º 0.21% 0.39% -
XYZ 9.54 9.01 8.63 -
YUV 85.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 100 80 79 0 0.2 0.21 0.61 2.86 0.12 0.35
Hex 64 50 4F 0 14 15 3D 3 C 23
Octal 144 120 117 0 24 25 75 3 14 43
Binary 1100100 1010000 1001111 0 10100 10101 111101 11 1100 100011

Color Harmonies of #64504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64504F

Black with #64504F

Text Example


Text Example

White with #64504F

Text Example


Text Example

HTML Codes & Css Web 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>