#806461

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

Shades of Pharlap #806461

Tints of Pharlap #806461

Color information

#806461 (or 0x806461) is unknown color: approx Pharlap. HEX triplet: 80, 64 and 61. RGB value is (128,100,97). Sum of RGB (Red+Green+Blue) = 128+100+97=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 128 - color contains mainly: red. Hex color #806461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806461 is #7F9B9E. Grayscale: #6C6C6C. Windows color (decimal): -8362911 or 6382720. OLE color: 6382720.

HSL color Cylindrical-coordinate representation of color #806461: hue angle of 5.81º 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 #806461 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB12810097-
CMYK00.220.240.50
HSL5.81º13.78%44.12%-
HSV(B)5.81º24.22%50.2%-
XYZ15.6214.5713.3-
YUV108.03121.78142.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.38%
GREEN value IS 100 (39.45% from 255) = 30.77%
BLUE value IS 97 (38.28% from 255) = 29.85%
R=39.38%
G=30.77%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281009700.220.240.505.8113.7844.12
Hex80646101618326e2c
Octal200144141026306261654
Binary1000000011001001100001010110110001100101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806461; }

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

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

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

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

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

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

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

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