Html Css Color HEX #808368 Bitter

📋 copy color: '#808368'

red 128 ◦ green 131 ◦ blue 104

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

Shades of Bitter #808368

Tints of Bitter #808368

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.09%

 BLUE value IS 104 (41.02% from 255) = 28.65%

R = 35.26%
G = 36.09%
B = 28.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#808368 (or 0x808368) is known color: Bitter. HEX triplet: 80, 83 and 68. RGB value is (128,131,104). Sum of RGB (Red+Green+Blue) = 128+131+104=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 131 - color contains mainly: green. Hex color #808368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808368 is #7F7C97. Grayscale: #7F7F7F. Windows color (decimal): -8354968 or 6849408. OLE color: 6849408.

HSL color Cylindrical-coordinate representation of color #808368: hue angle of 66.67º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #808368 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 131 104 -
CMYK 0.02 0 0.21 0.49
HSL 66.67º 0.11% 0.46% -
HSV(B) 66.67º 0.21% 0.51% -
XYZ 19.52 21.82 16.28 -
YUV 127.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 128 131 104 0.02 0 0.21 0.49 66.67 0.11 0.46
Hex 80 83 68 2 0 15 31 43 B 2E
Octal 200 203 150 2 0 25 61 103 13 56
Binary 10000000 10000011 1101000 10 0 10101 110001 1000011 1011 101110

Color Harmonies of #808368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808368

Black with #808368

Text Example


Text Example

White with #808368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808368; }

 p { color: rgb(128,131,104); }

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

background-color css

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

 a { background-color: rgb(128,131,104); }

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

border-color css

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

 span { border-color: rgb(128,131,104); }

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