Html Css Color HEX #806862 Pharlap

📋 copy color: '#806862'

red 128 ◦ green 104 ◦ blue 98

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

Shades of Pharlap #806862

Tints of Pharlap #806862

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.52%

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

R = 38.79%
G = 31.52%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#806862 (or 0x806862) is known color: Pharlap. HEX triplet: 80, 68 and 62. RGB value is (128,104,98). Sum of RGB (Red+Green+Blue) = 128+104+98=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 128 - color contains mainly: red. Hex color #806862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806862 is #7F979D. Grayscale: #6E6E6E. Windows color (decimal): -8361886 or 6449280. OLE color: 6449280.

HSL color Cylindrical-coordinate representation of color #806862: hue angle of 12º 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 #806862 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 104 98 -
CMYK 0 0.19 0.23 0.50
HSL 12º 0.13% 0.44% -
HSV(B) 12º 0.23% 0.5% -
XYZ 16.06 15.37 13.68 -
YUV 110.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 128 104 98 0 0.19 0.23 0.50 12 0.13 0.44
Hex 80 68 62 0 13 17 32 C D 2C
Octal 200 150 142 0 23 27 62 14 15 54
Binary 10000000 1101000 1100010 0 10011 10111 110010 1100 1101 101100

Color Harmonies of #806862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806862

Black with #806862

Text Example


Text Example

White with #806862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806862; }

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

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

background-color css

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

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

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

border-color css

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

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

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