#806462

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

Shades of Pharlap #806462

Tints of Pharlap #806462

Color information

#806462 (or 0x806462) is unknown color: approx Pharlap. HEX triplet: 80, 64 and 62. RGB value is (128,100,98). Sum of RGB (Red+Green+Blue) = 128+100+98=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 128 - color contains mainly: red. Hex color #806462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806462 is #7F9B9D. Grayscale: #6C6C6C. Windows color (decimal): -8362910 or 6448256. OLE color: 6448256.

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

Color convert

RGB12810098-
CMYK00.220.230.50
HSL13.27%44.31%-
HSV(B)23.44%50.2%-
XYZ15.6614.5913.54-
YUV108.14122.28142.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.26%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 98 (38.67% from 255) = 30.06%
R=39.26%
G=30.67%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281009800.220.230.50413.2744.31
Hex80646201617324d2c
Octal200144142026276241554
Binary1000000011001001100010010110101111100101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806462; }

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

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

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

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

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

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

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

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