#806360

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

Shades of Pharlap #806360

Tints of Pharlap #806360

Color information

#806360 (or 0x806360) is unknown color: approx Pharlap. HEX triplet: 80, 63 and 60. RGB value is (128,99,96). Sum of RGB (Red+Green+Blue) = 128+99+96=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 128 - color contains mainly: red. Hex color #806360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806360 is #7F9C9F. Grayscale: #6B6B6B. Windows color (decimal): -8363168 or 6316928. OLE color: 6316928.

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

Color convert

RGB1289996-
CMYK00.230.250.50
HSL5.63º14.29%43.92%-
HSV(B)5.63º25%50.2%-
XYZ15.4814.3613.02-
YUV107.33121.61142.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 99 (39.06% from 255) = 30.65%
BLUE value IS 96 (37.89% from 255) = 29.72%
R=39.63%
G=30.65%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128999600.230.250.505.6314.2943.92
Hex80636001719326e2c
Octal200143140027316261654
Binary1000000011000111100000010111110011100101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806360; }

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

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

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

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

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

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

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

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