Html Css Color HEX #806462 Pharlap

📋 copy color: '#806462'

red 128 ◦ green 100 ◦ blue 98

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

Shades of Pharlap #806462

Tints of Pharlap #806462

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

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#806462 (or 0x806462) is known color: 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

RGB 128 100 98 -
CMYK 0 0.22 0.23 0.50
HSL 0.13% 0.44% -
HSV(B) 0.23% 0.5% -
XYZ 15.66 14.59 13.54 -
YUV 108.14 122.28 142.16 -
System Red Green Blue C M Y K H S L
Decimal 128 100 98 0 0.22 0.23 0.50 4 0.13 0.44
Hex 80 64 62 0 16 17 32 4 D 2C
Octal 200 144 142 0 26 27 62 4 15 54
Binary 10000000 1100100 1100010 0 10110 10111 110010 100 1101 101100

Color Harmonies of #806462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806462

Black with #806462

Text Example


Text Example

White with #806462

Text Example


Text Example

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