#816C68

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

Shades of Pharlap #816C68

Tints of Pharlap #816C68

Color information

#816C68 (or 0x816C68) is unknown color: approx Pharlap. HEX triplet: 81, 6C and 68. RGB value is (129,108,104). Sum of RGB (Red+Green+Blue) = 129+108+104=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 129 - color contains mainly: red. Hex color #816C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816C68 is #7E9397. Grayscale: #717171. Windows color (decimal): -8295320 or 6843521. OLE color: 6843521.

HSL color Cylindrical-coordinate representation of color #816C68: hue angle of 9.6º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #816C68 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB129108104-
CMYK00.160.190.49
HSL9.6º10.73%45.69%-
HSV(B)9.6º19.38%50.59%-
XYZ16.9116.3915.37-
YUV113.82122.46138.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.83%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=37.83%
G=31.67%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910810400.160.190.499.610.7345.69
Hex816C680101331ab2e
Octal2011541500202361121356
Binary10000001110110011010000100001001111000110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816C68; }

 p { color: rgb(129,108,104); }

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

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

 a { background-color: rgb(129,108,104); }

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

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

 span { border-color: rgb(129,108,104); }

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