#806D68

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

Shades of Pharlap #806D68

Tints of Pharlap #806D68

Color information

#806D68 (or 0x806D68) is unknown color: approx Pharlap. HEX triplet: 80, 6D and 68. RGB value is (128,109,104). Sum of RGB (Red+Green+Blue) = 128+109+104=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #806D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806D68 is #7F9297. Grayscale: #727272. Windows color (decimal): -8360600 or 6843776. OLE color: 6843776.

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

Color convert

RGB128109104-
CMYK00.150.190.50
HSL12.5º10.34%45.49%-
HSV(B)12.5º18.75%50.2%-
XYZ16.8716.5315.4-
YUV114.11122.29137.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.54%
GREEN value IS 109 (42.97% from 255) = 31.96%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=37.54%
G=31.96%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810910400.150.190.5012.510.3445.49
Hex806D680F1332ca2d
Octal2001551500172362141255
Binary1000000011011011101000011111001111001011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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