#81645F

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

Shades of Pharlap #81645F

Tints of Pharlap #81645F

Color information

#81645F (or 0x81645F) is unknown color: approx Pharlap. HEX triplet: 81, 64 and 5F. RGB value is (129,100,95). Sum of RGB (Red+Green+Blue) = 129+100+95=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 129 - color contains mainly: red. Hex color #81645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81645F is #7E9BA0. Grayscale: #6C6C6C. Windows color (decimal): -8297377 or 6251649. OLE color: 6251649.

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

Color convert

RGB12910095-
CMYK00.220.260.49
HSL8.82º15.18%43.92%-
HSV(B)8.82º26.36%50.59%-
XYZ15.6814.6112.82-
YUV108.1120.61142.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.81%
GREEN value IS 100 (39.45% from 255) = 30.86%
BLUE value IS 95 (37.5% from 255) = 29.32%
R=39.81%
G=30.86%
B=29.32%

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
Decimal1291009500.220.260.498.8215.1843.92
Hex81645F0161A319f2c
Octal2011441370263261111754
Binary10000001110010010111110101101101011000110011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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