#80645F

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

Shades of Pharlap #80645F

Tints of Pharlap #80645F

Color information

#80645F (or 0x80645F) is unknown color: approx Pharlap. HEX triplet: 80, 64 and 5F. RGB value is (128,100,95). Sum of RGB (Red+Green+Blue) = 128+100+95=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 128 - color contains mainly: red. Hex color #80645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80645F is #7F9BA0. Grayscale: #6B6B6B. Windows color (decimal): -8362913 or 6251648. OLE color: 6251648.

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

Color convert

RGB12810095-
CMYK00.220.260.50
HSL9.09º14.8%43.73%-
HSV(B)9.09º25.78%50.2%-
XYZ15.5214.5312.81-
YUV107.8120.78142.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 95 (37.5% from 255) = 29.41%
R=39.63%
G=30.96%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281009500.220.260.509.0914.843.73
Hex80645F0161A329f2c
Octal2001441370263262111754
Binary10000000110010010111110101101101011001010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80645F; }

 p { color: rgb(128,100,95); }

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

<style>
 a { background-color: #80645F; }

 a { background-color: rgb(128,100,95); }

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

<style>
 span { border-color: #80645F; }

 span { border-color: rgb(128,100,95); }

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