#806561

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

Shades of Pharlap #806561

Tints of Pharlap #806561

Color information

#806561 (or 0x806561) is unknown color: approx Pharlap. HEX triplet: 80, 65 and 61. RGB value is (128,101,97). Sum of RGB (Red+Green+Blue) = 128+101+97=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 128 - color contains mainly: red. Hex color #806561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806561 is #7F9A9E. Grayscale: #6C6C6C. Windows color (decimal): -8362655 or 6382976. OLE color: 6382976.

HSL color Cylindrical-coordinate representation of color #806561: hue angle of 7.74º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #806561 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB12810197-
CMYK00.210.240.50
HSL7.74º13.78%44.12%-
HSV(B)7.74º24.22%50.2%-
XYZ15.7114.7613.33-
YUV108.62121.45141.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.26%
GREEN value IS 101 (39.84% from 255) = 30.98%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=39.26%
G=30.98%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281019700.210.240.507.7413.7844.12
Hex80656101518328e2c
Octal2001451410253062101654
Binary10000000110010111000010101011100011001010001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806561; }

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

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

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

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

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

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

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

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