#846F44

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

Shades of Shadow #846F44

Tints of Shadow #846F44

Color information

#846F44 (or 0x846F44) is unknown color: approx Shadow. HEX triplet: 84, 6F and 44. RGB value is (132,111,68). Sum of RGB (Red+Green+Blue) = 132+111+68=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 132 - color contains mainly: red. Hex color #846F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846F44 is #7B90BB. Grayscale: #707070. Windows color (decimal): -8097980 or 4484996. OLE color: 4484996.

HSL color Cylindrical-coordinate representation of color #846F44: hue angle of 40.31º degrees, saturation: 0.32, 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 #846F44 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB13211168-
CMYK00.160.480.48
HSL40.31º32%39.22%-
HSV(B)40.31º48.48%51.76%-
XYZ16.2416.697.83-
YUV112.38102.96142-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.44%
GREEN value IS 111 (43.75% from 255) = 35.69%
BLUE value IS 68 (26.95% from 255) = 21.86%
R=42.44%
G=35.69%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321116800.160.480.4840.313239.22
Hex846F440103030282027
Octal2041571040206060504047
Binary1000010011011111000100010000110000110000101000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,111,68); }

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

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

 a { background-color: rgb(132,111,68); }

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

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

 span { border-color: rgb(132,111,68); }

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