Html Css Color HEX #808463 Bitter

📋 copy color: '#808463'

red 128 ◦ green 132 ◦ blue 99

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

Shades of Bitter #808463

Tints of Bitter #808463

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.77%

 BLUE value IS 99 (39.06% from 255) = 27.58%

R = 35.65%
G = 36.77%
B = 27.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#808463 (or 0x808463) is known color: Bitter. HEX triplet: 80, 84 and 63. RGB value is (128,132,99). Sum of RGB (Red+Green+Blue) = 128+132+99=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 132 - color contains mainly: green. Hex color #808463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808463 is #7F7B9C. Grayscale: #7F7F7F. Windows color (decimal): -8354717 or 6521984. OLE color: 6521984.

HSL color Cylindrical-coordinate representation of color #808463: hue angle of 67.27º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #808463 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 132 99 -
CMYK 0.03 0 0.25 0.48
HSL 67.27º 0.14% 0.45% -
HSV(B) 67.27º 0.25% 0.52% -
XYZ 19.41 21.99 15.03 -
YUV 127.04 112.17 128.68 -
System Red Green Blue C M Y K H S L
Decimal 128 132 99 0.03 0 0.25 0.48 67.27 0.14 0.45
Hex 80 84 63 3 0 19 30 43 E 2D
Octal 200 204 143 3 0 31 60 103 16 55
Binary 10000000 10000100 1100011 11 0 11001 110000 1000011 1110 101101

Color Harmonies of #808463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808463

Black with #808463

Text Example


Text Example

White with #808463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808463; }

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

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

background-color css

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

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

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

border-color css

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

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

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