#81615F

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

Shades of Pharlap #81615F

Tints of Pharlap #81615F

Color information

#81615F (or 0x81615F) is unknown color: approx Pharlap. HEX triplet: 81, 61 and 5F. RGB value is (129,97,95). Sum of RGB (Red+Green+Blue) = 129+97+95=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 129 - color contains mainly: red. Hex color #81615F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81615F is #7E9EA0. Grayscale: #6A6A6A. Windows color (decimal): -8298145 or 6250881. OLE color: 6250881.

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

Color convert

RGB1299795-
CMYK00.250.260.49
HSL3.53º15.18%43.92%-
HSV(B)3.53º26.36%50.59%-
XYZ15.3914.0412.73-
YUV106.34121.6144.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.19%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 95 (37.5% from 255) = 29.60%
R=40.19%
G=30.22%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129979500.250.260.493.5315.1843.92
Hex81615F0191A314f2c
Octal201141137031326141754
Binary1000000111000011011111011001110101100011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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