#80605E

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

Shades of Pharlap #80605E

Tints of Pharlap #80605E

Color information

#80605E (or 0x80605E) is unknown color: approx Pharlap. HEX triplet: 80, 60 and 5E. RGB value is (128,96,94). Sum of RGB (Red+Green+Blue) = 128+96+94=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 128 - color contains mainly: red. Hex color #80605E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80605E is #7F9FA1. Grayscale: #696969. Windows color (decimal): -8363938 or 6185088. OLE color: 6185088.

HSL color Cylindrical-coordinate representation of color #80605E: hue angle of 3.53º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80605E is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB1289694-
CMYK00.250.270.50
HSL3.53º15.32%43.53%-
HSV(B)3.53º26.56%50.2%-
XYZ15.1113.7612.45-
YUV105.34121.6144.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.25%
GREEN value IS 96 (37.89% from 255) = 30.19%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=40.25%
G=30.19%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128969400.250.270.503.5315.3243.53
Hex80605E0191B324f2c
Octal200140136031336241754
Binary1000000011000001011110011001110111100101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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