#846960

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

Shades of Russett #846960

Tints of Russett #846960

Color information

#846960 (or 0x846960) is unknown color: approx Russett. HEX triplet: 84, 69 and 60. RGB value is (132,105,96). Sum of RGB (Red+Green+Blue) = 132+105+96=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #846960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846960 is #7B969F. Grayscale: #707070. Windows color (decimal): -8099488 or 6318468. OLE color: 6318468.

HSL color Cylindrical-coordinate representation of color #846960: hue angle of 15º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #846960 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB13210596-
CMYK00.200.270.48
HSL15º15.79%44.71%-
HSV(B)15º27.27%51.76%-
XYZ16.6815.8513.25-
YUV112.05118.95142.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 105 (41.41% from 255) = 31.53%
BLUE value IS 96 (37.89% from 255) = 28.83%
R=39.64%
G=31.53%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321059600.200.270.481515.7944.71
Hex8469600141B30f102d
Octal2041511400243360172055
Binary100001001101001110000001010011011110000111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846960; }

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

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

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

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

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

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

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

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