Html Css Color HEX #80685A Roman Coffee

📋 copy color: '#80685A'

red 128 ◦ green 104 ◦ blue 90

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

Shades of Roman Coffee #80685A

Tints of Roman Coffee #80685A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.3%

 BLUE value IS 90 (35.55% from 255) = 27.95%

R = 39.75%
G = 32.3%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#80685A (or 0x80685A) is known color: Roman Coffee. HEX triplet: 80, 68 and 5A. RGB value is (128,104,90). Sum of RGB (Red+Green+Blue) = 128+104+90=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 128 - color contains mainly: red. Hex color #80685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80685A is #7F97A5. Grayscale: #6D6D6D. Windows color (decimal): -8361894 or 5924992. OLE color: 5924992.

HSL color Cylindrical-coordinate representation of color #80685A: hue angle of 22.11º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80685A is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 104 90 -
CMYK 0 0.19 0.30 0.50
HSL 22.11º 0.17% 0.43% -
HSV(B) 22.11º 0.3% 0.5% -
XYZ 15.7 15.23 11.78 -
YUV 109.58 116.95 141.14 -
System Red Green Blue C M Y K H S L
Decimal 128 104 90 0 0.19 0.30 0.50 22.11 0.17 0.43
Hex 80 68 5A 0 13 1E 32 16 11 2B
Octal 200 150 132 0 23 36 62 26 21 53
Binary 10000000 1101000 1011010 0 10011 11110 110010 10110 10001 101011

Color Harmonies of #80685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80685A

Black with #80685A

Text Example


Text Example

White with #80685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80685A; }

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

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

background-color css

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

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

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

border-color css

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

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

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