Html Css Color HEX #80614D Roman Coffee

📋 copy color: '#80614D'

red 128 ◦ green 97 ◦ blue 77

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

Shades of Roman Coffee #80614D

Tints of Roman Coffee #80614D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.12%

 BLUE value IS 77 (30.47% from 255) = 25.5%

R = 42.38%
G = 32.12%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#80614D (or 0x80614D) is known color: Roman Coffee. HEX triplet: 80, 61 and 4D. RGB value is (128,97,77). Sum of RGB (Red+Green+Blue) = 128+97+77=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #80614D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80614D is #7F9EB2. Grayscale: #686868. Windows color (decimal): -8363699 or 5071232. OLE color: 5071232.

HSL color Cylindrical-coordinate representation of color #80614D: hue angle of 23.53º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80614D is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 97 77 -
CMYK 0 0.24 0.40 0.50
HSL 23.53º 0.25% 0.4% -
HSV(B) 23.53º 0.4% 0.5% -
XYZ 14.52 13.67 8.9 -
YUV 103.99 112.77 145.13 -
System Red Green Blue C M Y K H S L
Decimal 128 97 77 0 0.24 0.40 0.50 23.53 0.25 0.4
Hex 80 61 4D 0 18 28 32 18 19 28
Octal 200 141 115 0 30 50 62 30 31 50
Binary 10000000 1100001 1001101 0 11000 101000 110010 11000 11001 101000

Color Harmonies of #80614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80614D

Black with #80614D

Text Example


Text Example

White with #80614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80614D; }

 p { color: rgb(128,97,77); }

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

background-color css

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

 a { background-color: rgb(128,97,77); }

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

border-color css

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

 span { border-color: rgb(128,97,77); }

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