#846246

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

Shades of Dark Wood #846246

Tints of Dark Wood #846246

Color information

#846246 (or 0x846246) is unknown color: approx Dark Wood. HEX triplet: 84, 62 and 46. RGB value is (132,98,70). Sum of RGB (Red+Green+Blue) = 132+98+70=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 132 - color contains mainly: red. Hex color #846246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846246 is #7B9DB9. Grayscale: #696969. Windows color (decimal): -8101306 or 4612740. OLE color: 4612740.

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

Color convert

RGB1329870-
CMYK00.260.470.48
HSL27.1º30.69%39.61%-
HSV(B)27.1º46.97%51.76%-
XYZ14.9914.087.72-
YUV104.97108.26147.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44%
GREEN value IS 98 (38.67% from 255) = 32.67%
BLUE value IS 70 (27.73% from 255) = 23.33%
R=44%
G=32.67%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132987000.260.470.4827.130.6939.61
Hex84624601A2F301b1f28
Octal2041421060325760333750
Binary10000100110001010001100110101011111100001101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846246; }

 p { color: rgb(132,98,70); }

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

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

 a { background-color: rgb(132,98,70); }

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

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

 span { border-color: rgb(132,98,70); }

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