#81625F

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

Shades of Pharlap #81625F

Tints of Pharlap #81625F

Color information

#81625F (or 0x81625F) is unknown color: approx Pharlap. HEX triplet: 81, 62 and 5F. RGB value is (129,98,95). Sum of RGB (Red+Green+Blue) = 129+98+95=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 129 - color contains mainly: red. Hex color #81625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81625F is #7E9DA0. Grayscale: #6A6A6A. Windows color (decimal): -8297889 or 6251137. OLE color: 6251137.

HSL color Cylindrical-coordinate representation of color #81625F: hue angle of 5.29º 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 #81625F is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1299895-
CMYK00.240.260.49
HSL5.29º15.18%43.92%-
HSV(B)5.29º26.36%50.59%-
XYZ15.4914.2312.76-
YUV106.93121.27143.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.06%
GREEN value IS 98 (38.67% from 255) = 30.43%
BLUE value IS 95 (37.5% from 255) = 29.50%
R=40.06%
G=30.43%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129989500.240.260.495.2915.1843.92
Hex81625F0181A315f2c
Octal201142137030326151754
Binary1000000111000101011111011000110101100011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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