Html Css Color HEX #80654B Roman Coffee

📋 copy color: '#80654B'

red 128 ◦ green 101 ◦ blue 75

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

Shades of Roman Coffee #80654B

Tints of Roman Coffee #80654B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.22%

 BLUE value IS 75 (29.69% from 255) = 24.67%

R = 42.11%
G = 33.22%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#80654B (or 0x80654B) is known color: Roman Coffee. HEX triplet: 80, 65 and 4B. RGB value is (128,101,75). Sum of RGB (Red+Green+Blue) = 128+101+75=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #80654B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80654B is #7F9AB4. Grayscale: #6A6A6A. Windows color (decimal): -8362677 or 4941184. OLE color: 4941184.

HSL color Cylindrical-coordinate representation of color #80654B: hue angle of 29.43º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80654B is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 101 75 -
CMYK 0 0.21 0.41 0.50
HSL 29.43º 0.26% 0.4% -
HSV(B) 29.43º 0.41% 0.5% -
XYZ 14.83 14.4 8.66 -
YUV 106.11 110.45 143.61 -
System Red Green Blue C M Y K H S L
Decimal 128 101 75 0 0.21 0.41 0.50 29.43 0.26 0.4
Hex 80 65 4B 0 15 29 32 1D 1A 28
Octal 200 145 113 0 25 51 62 35 32 50
Binary 10000000 1100101 1001011 0 10101 101001 110010 11101 11010 101000

Color Harmonies of #80654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80654B

Black with #80654B

Text Example


Text Example

White with #80654B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80654B; }

 p { color: rgb(128,101,75); }

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

background-color css

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

 a { background-color: rgb(128,101,75); }

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

border-color css

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

 span { border-color: rgb(128,101,75); }

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