#81615B

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

Shades of Pharlap #81615B

Tints of Pharlap #81615B

Color information

#81615B (or 0x81615B) is unknown color: approx Pharlap. HEX triplet: 81, 61 and 5B. RGB value is (129,97,91). Sum of RGB (Red+Green+Blue) = 129+97+91=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 129 - color contains mainly: red. Hex color #81615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81615B is #7E9EA4. Grayscale: #696969. Windows color (decimal): -8298149 or 5988737. OLE color: 5988737.

HSL color Cylindrical-coordinate representation of color #81615B: hue angle of 9.47º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81615B is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB1299791-
CMYK00.250.290.49
HSL9.47º17.27%43.14%-
HSV(B)9.47º29.46%50.59%-
XYZ15.2213.9711.79-
YUV105.88119.6144.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.69%
GREEN value IS 97 (38.28% from 255) = 30.60%
BLUE value IS 91 (35.94% from 255) = 28.71%
R=40.69%
G=30.60%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129979100.250.290.499.4717.2743.14
Hex81615B0191D319112b
Octal2011411330313561112153
Binary100000011100001101101101100111101110001100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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