#80615D

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

Shades of Pharlap #80615D

Tints of Pharlap #80615D

Color information

#80615D (or 0x80615D) is unknown color: approx Pharlap. HEX triplet: 80, 61 and 5D. RGB value is (128,97,93). Sum of RGB (Red+Green+Blue) = 128+97+93=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 128 - color contains mainly: red. Hex color #80615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80615D is #7F9EA2. Grayscale: #696969. Windows color (decimal): -8363683 or 6119808. OLE color: 6119808.

HSL color Cylindrical-coordinate representation of color #80615D: hue angle of 6.86º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80615D is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB1289793-
CMYK00.240.270.50
HSL6.86º15.84%43.33%-
HSV(B)6.86º27.34%50.2%-
XYZ15.1513.9312.25-
YUV105.81120.77143.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.25%
GREEN value IS 97 (38.28% from 255) = 30.50%
BLUE value IS 93 (36.72% from 255) = 29.25%
R=40.25%
G=30.50%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128979300.240.270.506.8615.8443.33
Hex80615D0181B327102b
Octal200141135030336272053
Binary10000000110000110111010110001101111001011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,97,93); }

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

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

 a { background-color: rgb(128,97,93); }

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

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

 span { border-color: rgb(128,97,93); }

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