#81605D

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

Shades of Pharlap #81605D

Tints of Pharlap #81605D

Color information

#81605D (or 0x81605D) is unknown color: approx Pharlap. HEX triplet: 81, 60 and 5D. RGB value is (129,96,93). Sum of RGB (Red+Green+Blue) = 129+96+93=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 129 - color contains mainly: red. Hex color #81605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81605D is #7E9FA2. Grayscale: #696969. Windows color (decimal): -8298403 or 6119553. OLE color: 6119553.

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

Color convert

RGB1299693-
CMYK00.260.280.49
HSL16.22%43.53%-
HSV(B)27.91%50.59%-
XYZ15.2113.8212.22-
YUV105.52120.93144.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.57%
GREEN value IS 96 (37.89% from 255) = 30.19%
BLUE value IS 93 (36.72% from 255) = 29.25%
R=40.57%
G=30.19%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129969300.260.280.49516.2243.53
Hex81605D01A1C315102c
Octal201140135032346152054
Binary10000001110000010111010110101110011000110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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