#846A5B

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

Shades of Roman Coffee #846A5B

Tints of Roman Coffee #846A5B

Color information

#846A5B (or 0x846A5B) is unknown color: approx Roman Coffee. HEX triplet: 84, 6A and 5B. RGB value is (132,106,91). Sum of RGB (Red+Green+Blue) = 132+106+91=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #846A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846A5B is #7B95A4. Grayscale: #707070. Windows color (decimal): -8099237 or 5991044. OLE color: 5991044.

HSL color Cylindrical-coordinate representation of color #846A5B: hue angle of 21.95º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #846A5B is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB13210691-
CMYK00.200.310.48
HSL21.95º18.39%43.73%-
HSV(B)21.95º31.06%51.76%-
XYZ16.5615.9712.11-
YUV112.06116.11142.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 91 (35.94% from 255) = 27.66%
R=40.12%
G=32.22%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321069100.200.310.4821.9518.3943.73
Hex846A5B0141F3016122c
Octal2041521330243760262254
Binary1000010011010101011011010100111111100001011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846A5B; }

 p { color: rgb(132,106,91); }

 H1.HeaderClassName
 {
   color: #846A5B;
 }
 .AnyTagClassName
 {
   color: #846A5B;
 }
</style>
background-color css

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

 a { background-color: rgb(132,106,91); }

 div.DivClassName
 {
   background-color: #846A5B;
 }
 .BgClassName
 {
   background-color: #846A5B;
 }
</style>
border-color css

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

 span { border-color: rgb(132,106,91); }

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