#816662

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

Shades of Pharlap #816662

Tints of Pharlap #816662

Color information

#816662 (or 0x816662) is unknown color: approx Pharlap. HEX triplet: 81, 66 and 62. RGB value is (129,102,98). Sum of RGB (Red+Green+Blue) = 129+102+98=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 129 - color contains mainly: red. Hex color #816662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816662 is #7E999D. Grayscale: #6D6D6D. Windows color (decimal): -8296862 or 6448769. OLE color: 6448769.

HSL color Cylindrical-coordinate representation of color #816662: hue angle of 7.74º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #816662 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB12910298-
CMYK00.210.240.49
HSL7.74º13.66%44.51%-
HSV(B)7.74º24.03%50.59%-
XYZ16.0115.0513.62-
YUV109.62121.45141.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.21%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 98 (38.67% from 255) = 29.79%
R=39.21%
G=31.00%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291029800.210.240.497.7413.6644.51
Hex81666201518318e2d
Octal2011461420253061101655
Binary10000001110011011000100101011100011000110001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816662; }

 p { color: rgb(129,102,98); }

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

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

 a { background-color: rgb(129,102,98); }

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

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

 span { border-color: rgb(129,102,98); }

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