#816665

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

Shades of Pharlap #816665

Tints of Pharlap #816665

Color information

#816665 (or 0x816665) is unknown color: approx Pharlap. HEX triplet: 81, 66 and 65. RGB value is (129,102,101). Sum of RGB (Red+Green+Blue) = 129+102+101=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 129 - color contains mainly: red. Hex color #816665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816665 is #7E999A. Grayscale: #6D6D6D. Windows color (decimal): -8296859 or 6645377. OLE color: 6645377.

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

Color convert

RGB129102101-
CMYK00.210.220.49
HSL2.14º12.17%45.1%-
HSV(B)2.14º21.71%50.59%-
XYZ16.1515.1114.38-
YUV109.96122.95141.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.86%
GREEN value IS 102 (40.23% from 255) = 30.72%
BLUE value IS 101 (39.84% from 255) = 30.42%
R=38.86%
G=30.72%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910210100.210.220.492.1412.1745.1
Hex81666501516312c2d
Octal201146145025266121455
Binary100000011100110110010101010110110110001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816665; }

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

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

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

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

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

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

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

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