Html Css Color HEX #806661 Pharlap

📋 copy color: '#806661'

red 128 ◦ green 102 ◦ blue 97

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

Shades of Pharlap #806661

Tints of Pharlap #806661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.66%

R = 39.14%
G = 31.19%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#806661 (or 0x806661) is known color: Pharlap. HEX triplet: 80, 66 and 61. RGB value is (128,102,97). Sum of RGB (Red+Green+Blue) = 128+102+97=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 128 - color contains mainly: red. Hex color #806661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806661 is #7F999E. Grayscale: #6D6D6D. Windows color (decimal): -8362399 or 6383232. OLE color: 6383232.

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

Color convert

RGB 128 102 97 -
CMYK 0 0.20 0.24 0.50
HSL 9.68º 0.14% 0.44% -
HSV(B) 9.68º 0.24% 0.5% -
XYZ 15.81 14.96 13.36 -
YUV 109.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 128 102 97 0 0.20 0.24 0.50 9.68 0.14 0.44
Hex 80 66 61 0 14 18 32 A E 2C
Octal 200 146 141 0 24 30 62 12 16 54
Binary 10000000 1100110 1100001 0 10100 11000 110010 1010 1110 101100

Color Harmonies of #806661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806661

Black with #806661

Text Example


Text Example

White with #806661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806661; }

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

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

background-color css

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

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

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

border-color css

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

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

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