#80605C

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

Shades of Pharlap #80605C

Tints of Pharlap #80605C

Color information

#80605C (or 0x80605C) is unknown color: approx Pharlap. HEX triplet: 80, 60 and 5C. RGB value is (128,96,92). Sum of RGB (Red+Green+Blue) = 128+96+92=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 128 - color contains mainly: red. Hex color #80605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80605C is #7F9FA3. Grayscale: #696969. Windows color (decimal): -8363940 or 6054016. OLE color: 6054016.

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

Color convert

RGB1289692-
CMYK00.250.280.50
HSL6.67º16.36%43.14%-
HSV(B)6.67º28.12%50.2%-
XYZ15.0213.7311.98-
YUV105.11120.6144.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.51%
GREEN value IS 96 (37.89% from 255) = 30.38%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=40.51%
G=30.38%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128969200.250.280.506.6716.3643.14
Hex80605C0191C327102b
Octal200140134031346272053
Binary10000000110000010111000110011110011001011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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