Html Css Color HEX #846850 Roman Coffee

📋 copy color: '#846850'

red 132 ◦ green 104 ◦ blue 80

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

Shades of Roman Coffee #846850

Tints of Roman Coffee #846850

RGB

 RED value IS 132 (51.95% from 255) = 41.77%

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

 BLUE value IS 80 (31.64% from 255) = 25.32%

R = 41.77%
G = 32.91%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#846850 (or 0x846850) is known color: Roman Coffee. HEX triplet: 84, 68 and 50. RGB value is (132,104,80). Sum of RGB (Red+Green+Blue) = 132+104+80=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #846850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846850 is #7B97AF. Grayscale: #6D6D6D. Windows color (decimal): -8099760 or 5269636. OLE color: 5269636.

HSL color Cylindrical-coordinate representation of color #846850: hue angle of 27.69º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #846850 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 104 80 -
CMYK 0 0.21 0.39 0.48
HSL 27.69º 0.25% 0.42% -
HSV(B) 27.69º 0.39% 0.52% -
XYZ 15.91 15.39 9.72 -
YUV 109.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 132 104 80 0 0.21 0.39 0.48 27.69 0.25 0.42
Hex 84 68 50 0 15 27 30 1C 19 2A
Octal 204 150 120 0 25 47 60 34 31 52
Binary 10000100 1101000 1010000 0 10101 100111 110000 11100 11001 101010

Color Harmonies of #846850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846850

Black with #846850

Text Example


Text Example

White with #846850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846850; }

 p { color: rgb(132,104,80); }

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

background-color css

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

 a { background-color: rgb(132,104,80); }

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

border-color css

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

 span { border-color: rgb(132,104,80); }

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