Html Css Color HEX #806A66 Pharlap

📋 copy color: '#806A66'

red 128 ◦ green 106 ◦ blue 102

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

Shades of Pharlap #806A66

Tints of Pharlap #806A66

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.55%

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

R = 38.1%
G = 31.55%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#806A66 (or 0x806A66) is known color: Pharlap. HEX triplet: 80, 6A and 66. RGB value is (128,106,102). Sum of RGB (Red+Green+Blue) = 128+106+102=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 128 - color contains mainly: red. Hex color #806A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806A66 is #7F9599. Grayscale: #707070. Windows color (decimal): -8361370 or 6711936. OLE color: 6711936.

HSL color Cylindrical-coordinate representation of color #806A66: hue angle of 9.23º 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 #806A66 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 106 102 -
CMYK 0 0.17 0.20 0.50
HSL 9.23º 0.11% 0.45% -
HSV(B) 9.23º 0.2% 0.5% -
XYZ 16.45 15.86 14.76 -
YUV 112.12 122.29 139.33 -
System Red Green Blue C M Y K H S L
Decimal 128 106 102 0 0.17 0.20 0.50 9.23 0.11 0.45
Hex 80 6A 66 0 11 14 32 9 B 2D
Octal 200 152 146 0 21 24 62 11 13 55
Binary 10000000 1101010 1100110 0 10001 10100 110010 1001 1011 101101

Color Harmonies of #806A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806A66

Black with #806A66

Text Example


Text Example

White with #806A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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