#846850

Color #846850 Roman Coffee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman Coffee #846850

Tints of Roman Coffee #846850

Color information

#846850 (or 0x846850) is unknown color: approx 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

RGB13210480-
CMYK00.210.390.48
HSL27.69º24.53%41.57%-
HSV(B)27.69º39.39%51.76%-
XYZ15.9115.399.72-
YUV109.64111.28143.95-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321048000.210.390.4827.6924.5341.57
Hex84685001527301c192a
Octal2041501200254760343152
Binary10000100110100010100000101011001111100001110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>