#84695B

Color #84695B Russett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russett #84695B

Tints of Russett #84695B

Color information

#84695B (or 0x84695B) is unknown color: approx Russett. HEX triplet: 84, 69 and 5B. RGB value is (132,105,91). Sum of RGB (Red+Green+Blue) = 132+105+91=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #84695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84695B is #7B96A4. Grayscale: #6F6F6F. Windows color (decimal): -8099493 or 5990788. OLE color: 5990788.

HSL color Cylindrical-coordinate representation of color #84695B: hue angle of 20.49º 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 #84695B is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB13210591-
CMYK00.200.310.48
HSL20.49º18.39%43.73%-
HSV(B)20.49º31.06%51.76%-
XYZ16.4615.7612.07-
YUV111.48116.45142.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.24%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=40.24%
G=32.01%
B=27.74%

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
Decimal1321059100.200.310.4820.4918.3943.73
Hex84695B0141F3014122c
Octal2041511330243760242254
Binary1000010011010011011011010100111111100001010010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84695B; }

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

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

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

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

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

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

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

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