#806D69

Color #806D69 Pharlap (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pharlap #806D69

Tints of Pharlap #806D69

Color information

#806D69 (or 0x806D69) is unknown color: approx Pharlap. HEX triplet: 80, 6D and 69. RGB value is (128,109,105). Sum of RGB (Red+Green+Blue) = 128+109+105=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 128 - color contains mainly: red. Hex color #806D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806D69 is #7F9296. Grayscale: #727272. Windows color (decimal): -8360599 or 6909312. OLE color: 6909312.

HSL color Cylindrical-coordinate representation of color #806D69: hue angle of 10.43º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #806D69 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB128109105-
CMYK00.150.180.50
HSL10.43º9.87%45.69%-
HSV(B)10.43º17.97%50.2%-
XYZ16.9216.5515.67-
YUV114.22122.79137.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.43%
GREEN value IS 109 (42.97% from 255) = 31.87%
BLUE value IS 105 (41.41% from 255) = 30.70%
R=37.43%
G=31.87%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810910500.150.180.5010.439.8745.69
Hex806D690F1232aa2e
Octal2001551510172262121256
Binary1000000011011011101001011111001011001010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,109,105); }

 H1.HeaderClassName
 {
   color: #806D69;
 }
 .AnyTagClassName
 {
   color: #806D69;
 }
</style>
background-color css

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

 a { background-color: rgb(128,109,105); }

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

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

 span { border-color: rgb(128,109,105); }

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