#81605E

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

Shades of Pharlap #81605E

Tints of Pharlap #81605E

Color information

#81605E (or 0x81605E) is unknown color: approx Pharlap. HEX triplet: 81, 60 and 5E. RGB value is (129,96,94). Sum of RGB (Red+Green+Blue) = 129+96+94=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 129 - color contains mainly: red. Hex color #81605E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81605E is #7E9FA1. Grayscale: #696969. Windows color (decimal): -8298402 or 6185089. OLE color: 6185089.

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

Color convert

RGB1299694-
CMYK00.260.270.49
HSL3.43º15.7%43.73%-
HSV(B)3.43º27.13%50.59%-
XYZ15.2613.8412.46-
YUV105.64121.43144.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.44%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 94 (37.11% from 255) = 29.47%
R=40.44%
G=30.09%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129969400.260.270.493.4315.743.73
Hex81605E01A1B313102c
Octal201140136032336132054
Binary1000000111000001011110011010110111100011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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