Html Css Color HEX #806662 Pharlap

📋 copy color: '#806662'

red 128 ◦ green 102 ◦ blue 98

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

Shades of Pharlap #806662

Tints of Pharlap #806662

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.1%

 BLUE value IS 98 (38.67% from 255) = 29.88%

R = 39.02%
G = 31.1%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#806662 (or 0x806662) is known color: Pharlap. HEX triplet: 80, 66 and 62. RGB value is (128,102,98). Sum of RGB (Red+Green+Blue) = 128+102+98=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 128 - color contains mainly: red. Hex color #806662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806662 is #7F999D. Grayscale: #6D6D6D. Windows color (decimal): -8362398 or 6448768. OLE color: 6448768.

HSL color Cylindrical-coordinate representation of color #806662: hue angle of 8º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #806662 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 102 98 -
CMYK 0 0.20 0.23 0.50
HSL 0.13% 0.44% -
HSV(B) 0.23% 0.5% -
XYZ 15.86 14.97 13.61 -
YUV 109.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 128 102 98 0 0.20 0.23 0.50 8 0.13 0.44
Hex 80 66 62 0 14 17 32 8 D 2C
Octal 200 146 142 0 24 27 62 10 15 54
Binary 10000000 1100110 1100010 0 10100 10111 110010 1000 1101 101100

Color Harmonies of #806662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806662

Black with #806662

Text Example


Text Example

White with #806662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806662; }

 p { color: rgb(128,102,98); }

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

background-color css

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

 a { background-color: rgb(128,102,98); }

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

border-color css

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

 span { border-color: rgb(128,102,98); }

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