Html Css Color HEX #806562 Pharlap

📋 copy color: '#806562'

red 128 ◦ green 101 ◦ blue 98

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

Shades of Pharlap #806562

Tints of Pharlap #806562

RGB

 RED value IS 128 (50.39% from 255) = 39.14%

 GREEN value IS 101 (39.84% from 255) = 30.89%

 BLUE value IS 98 (38.67% from 255) = 29.97%

R = 39.14%
G = 30.89%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#806562 (or 0x806562) is known color: Pharlap. HEX triplet: 80, 65 and 62. RGB value is (128,101,98). Sum of RGB (Red+Green+Blue) = 128+101+98=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 128 - color contains mainly: red. Hex color #806562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806562 is #7F9A9D. Grayscale: #6C6C6C. Windows color (decimal): -8362654 or 6448512. OLE color: 6448512.

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

Color convert

RGB 128 101 98 -
CMYK 0 0.21 0.23 0.50
HSL 0.13% 0.44% -
HSV(B) 0.23% 0.5% -
XYZ 15.76 14.78 13.58 -
YUV 108.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 128 101 98 0 0.21 0.23 0.50 6 0.13 0.44
Hex 80 65 62 0 15 17 32 6 D 2C
Octal 200 145 142 0 25 27 62 6 15 54
Binary 10000000 1100101 1100010 0 10101 10111 110010 110 1101 101100

Color Harmonies of #806562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806562

Black with #806562

Text Example


Text Example

White with #806562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806562; }

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

 H1.HeaderClassName
 {
   color: #806562;
 }
 .AnyTagClassName
 {
   color: #806562;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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