Html Css Color HEX #806866 Pharlap

📋 copy color: '#806866'

red 128 ◦ green 104 ◦ blue 102

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

Shades of Pharlap #806866

Tints of Pharlap #806866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.54%

R = 38.32%
G = 31.14%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#806866 (or 0x806866) is known color: Pharlap. HEX triplet: 80, 68 and 66. RGB value is (128,104,102). Sum of RGB (Red+Green+Blue) = 128+104+102=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 128 - color contains mainly: red. Hex color #806866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806866 is #7F9799. Grayscale: #6E6E6E. Windows color (decimal): -8361882 or 6711424. OLE color: 6711424.

HSL color Cylindrical-coordinate representation of color #806866: hue angle of 4.62º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #806866 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 104 102 -
CMYK 0 0.19 0.20 0.50
HSL 4.62º 0.11% 0.45% -
HSV(B) 4.62º 0.2% 0.5% -
XYZ 16.25 15.45 14.7 -
YUV 110.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 128 104 102 0 0.19 0.20 0.50 4.62 0.11 0.45
Hex 80 68 66 0 13 14 32 5 B 2D
Octal 200 150 146 0 23 24 62 5 13 55
Binary 10000000 1101000 1100110 0 10011 10100 110010 101 1011 101101

Color Harmonies of #806866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806866

Black with #806866

Text Example


Text Example

White with #806866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806866; }

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

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

background-color css

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

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

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

border-color css

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

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

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