#81635E

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

Shades of Pharlap #81635E

Tints of Pharlap #81635E

Color information

#81635E (or 0x81635E) is unknown color: approx Pharlap. HEX triplet: 81, 63 and 5E. RGB value is (129,99,94). Sum of RGB (Red+Green+Blue) = 129+99+94=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 129 - color contains mainly: red. Hex color #81635E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81635E is #7E9CA1. Grayscale: #6B6B6B. Windows color (decimal): -8297634 or 6185857. OLE color: 6185857.

HSL color Cylindrical-coordinate representation of color #81635E: hue angle of 8.57º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #81635E is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1299994-
CMYK00.230.270.49
HSL8.57º15.7%43.73%-
HSV(B)8.57º27.13%50.59%-
XYZ15.5414.412.55-
YUV107.4120.44143.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.06%
GREEN value IS 99 (39.06% from 255) = 30.75%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=40.06%
G=30.75%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129999400.230.270.498.5715.743.73
Hex81635E0171B319102c
Octal2011431360273361112054
Binary100000011100011101111001011111011110001100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81635E; }

 p { color: rgb(129,99,94); }

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

<style>
 a { background-color: #81635E; }

 a { background-color: rgb(129,99,94); }

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

<style>
 span { border-color: #81635E; }

 span { border-color: rgb(129,99,94); }

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