Html Css Color HEX #806564 Pharlap

📋 copy color: '#806564'

red 128 ◦ green 101 ◦ blue 100

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

Shades of Pharlap #806564

Tints of Pharlap #806564

RGB

 RED value IS 128 (50.39% from 255) = 38.91%

 GREEN value IS 101 (39.84% from 255) = 30.7%

 BLUE value IS 100 (39.45% from 255) = 30.4%

R = 38.91%
G = 30.7%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#806564 (or 0x806564) is known color: Pharlap. HEX triplet: 80, 65 and 64. RGB value is (128,101,100). Sum of RGB (Red+Green+Blue) = 128+101+100=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 128 - color contains mainly: red. Hex color #806564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806564 is #7F9A9B. Grayscale: #6C6C6C. Windows color (decimal): -8362652 or 6579584. OLE color: 6579584.

HSL color Cylindrical-coordinate representation of color #806564: hue angle of 2.14º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #806564 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 101 100 -
CMYK 0 0.21 0.22 0.50
HSL 2.14º 0.12% 0.45% -
HSV(B) 2.14º 0.22% 0.5% -
XYZ 15.86 14.82 14.08 -
YUV 108.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 128 101 100 0 0.21 0.22 0.50 2.14 0.12 0.45
Hex 80 65 64 0 15 16 32 2 C 2D
Octal 200 145 144 0 25 26 62 2 14 55
Binary 10000000 1100101 1100100 0 10101 10110 110010 10 1100 101101

Color Harmonies of #806564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806564

Black with #806564

Text Example


Text Example

White with #806564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806564; }

 p { color: rgb(128,101,100); }

 H1.HeaderClassName
 {
   color: #806564;
 }
 .AnyTagClassName
 {
   color: #806564;
 }
</style>

background-color css

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

 a { background-color: rgb(128,101,100); }

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

border-color css

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

 span { border-color: rgb(128,101,100); }

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