Html Css Color HEX #806360 Pharlap

📋 copy color: '#806360'

red 128 ◦ green 99 ◦ blue 96

#806360
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pharlap #806360

Tints of Pharlap #806360

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 value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#806360 (or 0x806360) is known color: 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.62º 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

RGB 128 99 96 -
CMYK 0 0.23 0.25 0.50
HSL 5.63º 0.14% 0.44% -
HSV(B) 5.63º 0.25% 0.5% -
XYZ 15.48 14.36 13.02 -
YUV 107.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 128 99 96 0 0.23 0.25 0.50 5.63 0.14 0.44
Hex 80 63 60 0 17 19 32 6 E 2C
Octal 200 143 140 0 27 31 62 6 16 54
Binary 10000000 1100011 1100000 0 10111 11001 110010 110 1110 101100

Color Harmonies of #806360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806360

Black with #806360

Text Example


Text Example

White with #806360

Text Example


Text Example

HTML Codes & Css Web 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>