#846B45

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

Shades of Shadow #846B45

Tints of Shadow #846B45

Color information

#846B45 (or 0x846B45) is unknown color: approx Shadow. HEX triplet: 84, 6B and 45. RGB value is (132,107,69). Sum of RGB (Red+Green+Blue) = 132+107+69=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #846B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846B45 is #7B94BA. Grayscale: #6E6E6E. Windows color (decimal): -8099003 or 4549508. OLE color: 4549508.

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

Color convert

RGB13210769-
CMYK00.190.480.48
HSL36.19º31.34%39.41%-
HSV(B)36.19º47.73%51.76%-
XYZ15.8515.857.85-
YUV110.14104.78143.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.86%
GREEN value IS 107 (42.19% from 255) = 34.74%
BLUE value IS 69 (27.34% from 255) = 22.40%
R=42.86%
G=34.74%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321076900.190.480.4836.1931.3439.41
Hex846B450133030241f27
Octal2041531050236060443747
Binary100001001101011100010101001111000011000010010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,107,69); }

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

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

 a { background-color: rgb(132,107,69); }

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

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

 span { border-color: rgb(132,107,69); }

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