Html Css Color HEX #806858 Roman Coffee

📋 copy color: '#806858'

red 128 ◦ green 104 ◦ blue 88

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

Shades of Roman Coffee #806858

Tints of Roman Coffee #806858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.5%

R = 40%
G = 32.5%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#806858 (or 0x806858) is known color: Roman Coffee. HEX triplet: 80, 68 and 58. RGB value is (128,104,88). Sum of RGB (Red+Green+Blue) = 128+104+88=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 128 - color contains mainly: red. Hex color #806858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806858 is #7F97A7. Grayscale: #6D6D6D. Windows color (decimal): -8361896 or 5793920. OLE color: 5793920.

HSL color Cylindrical-coordinate representation of color #806858: hue angle of 24º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #806858 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 104 88 -
CMYK 0 0.19 0.31 0.50
HSL 24º 0.19% 0.42% -
HSV(B) 24º 0.31% 0.5% -
XYZ 15.61 15.19 11.34 -
YUV 109.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 128 104 88 0 0.19 0.31 0.50 24 0.19 0.42
Hex 80 68 58 0 13 1F 32 18 13 2A
Octal 200 150 130 0 23 37 62 30 23 52
Binary 10000000 1101000 1011000 0 10011 11111 110010 11000 10011 101010

Color Harmonies of #806858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806858

Black with #806858

Text Example


Text Example

White with #806858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806858; }

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

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

background-color css

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

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

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

border-color css

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

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

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