Html Css Color HEX #808268 Bitter

📋 copy color: '#808268'

red 128 ◦ green 130 ◦ blue 104

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

Shades of Bitter #808268

Tints of Bitter #808268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.91%

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

R = 35.36%
G = 35.91%
B = 28.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#808268 (or 0x808268) is known color: Bitter. HEX triplet: 80, 82 and 68. RGB value is (128,130,104). Sum of RGB (Red+Green+Blue) = 128+130+104=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 130 - color contains mainly: green. Hex color #808268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808268 is #7F7D97. Grayscale: #7E7E7E. Windows color (decimal): -8355224 or 6849152. OLE color: 6849152.

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

Color convert

RGB 128 130 104 -
CMYK 0.02 0 0.2 0.49
HSL 64.62º 0.11% 0.46% -
HSV(B) 64.62º 0.2% 0.51% -
XYZ 19.38 21.55 16.24 -
YUV 126.44 115.34 129.11 -
System Red Green Blue C M Y K H S L
Decimal 128 130 104 0.02 0 0.2 0.49 64.62 0.11 0.46
Hex 80 82 68 2 0 14 31 41 B 2E
Octal 200 202 150 2 0 24 61 101 13 56
Binary 10000000 10000010 1101000 10 0 10100 110001 1000001 1011 101110

Color Harmonies of #808268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808268

Black with #808268

Text Example


Text Example

White with #808268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808268; }

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

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

background-color css

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

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

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

border-color css

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

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

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