#846A42

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

Shades of Shadow #846A42

Tints of Shadow #846A42

Color information

#846A42 (or 0x846A42) is unknown color: approx Shadow. HEX triplet: 84, 6A and 42. RGB value is (132,106,66). Sum of RGB (Red+Green+Blue) = 132+106+66=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #846A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846A42 is #7B95BD. Grayscale: #6D6D6D. Windows color (decimal): -8099262 or 4352644. OLE color: 4352644.

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

Color convert

RGB13210666-
CMYK00.200.50.48
HSL36.36º33.33%38.82%-
HSV(B)36.36º50%51.76%-
XYZ15.6515.617.34-
YUV109.21103.61144.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.42%
GREEN value IS 106 (41.80% from 255) = 34.87%
BLUE value IS 66 (26.17% from 255) = 21.71%
R=43.42%
G=34.87%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321066600.200.50.4836.3633.3338.82
Hex846A420143230242127
Octal2041521020246260444147
Binary1000010011010101000010010100110010110000100100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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