#81655F

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

Shades of Pharlap #81655F

Tints of Pharlap #81655F

Color information

#81655F (or 0x81655F) is unknown color: approx Pharlap. HEX triplet: 81, 65 and 5F. RGB value is (129,101,95). Sum of RGB (Red+Green+Blue) = 129+101+95=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 129 - color contains mainly: red. Hex color #81655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81655F is #7E9AA0. Grayscale: #6C6C6C. Windows color (decimal): -8297121 or 6251905. OLE color: 6251905.

HSL color Cylindrical-coordinate representation of color #81655F: hue angle of 10.59º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #81655F is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB12910195-
CMYK00.220.260.49
HSL10.59º15.18%43.92%-
HSV(B)10.59º26.36%50.59%-
XYZ15.7714.812.85-
YUV108.69120.28142.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.69%
GREEN value IS 101 (39.84% from 255) = 31.08%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=39.69%
G=31.08%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291019500.220.260.4910.5915.1843.92
Hex81655F0161A31bf2c
Octal2011451370263261131754
Binary10000001110010110111110101101101011000110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81655F; }

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

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

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

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

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

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

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

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