#84694F

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

Shades of Roman Coffee #84694F

Tints of Roman Coffee #84694F

Color information

#84694F (or 0x84694F) is unknown color: approx Roman Coffee. HEX triplet: 84, 69 and 4F. RGB value is (132,105,79). Sum of RGB (Red+Green+Blue) = 132+105+79=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #84694F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84694F is #7B96B0. Grayscale: #6E6E6E. Windows color (decimal): -8099505 or 5204356. OLE color: 5204356.

HSL color Cylindrical-coordinate representation of color #84694F: hue angle of 29.43º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84694F is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB13210579-
CMYK00.200.400.48
HSL29.43º25.12%41.37%-
HSV(B)29.43º40.15%51.76%-
XYZ15.9815.579.56-
YUV110.11110.45143.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.77%
GREEN value IS 105 (41.41% from 255) = 33.23%
BLUE value IS 79 (31.25% from 255) = 25%
R=41.77%
G=33.23%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321057900.200.400.4829.4325.1241.37
Hex84694F01428301d1929
Octal2041511170245060353151
Binary10000100110100110011110101001010001100001110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84694F; }

 p { color: rgb(132,105,79); }

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

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

 a { background-color: rgb(132,105,79); }

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

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

 span { border-color: rgb(132,105,79); }

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