#846346

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

Shades of Dark Wood #846346

Tints of Dark Wood #846346

Color information

#846346 (or 0x846346) is unknown color: approx Dark Wood. HEX triplet: 84, 63 and 46. RGB value is (132,99,70). Sum of RGB (Red+Green+Blue) = 132+99+70=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #846346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846346 is #7B9CB9. Grayscale: #696969. Windows color (decimal): -8101050 or 4612996. OLE color: 4612996.

HSL color Cylindrical-coordinate representation of color #846346: hue angle of 28.06º 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 #846346 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1329970-
CMYK00.250.470.48
HSL28.06º30.69%39.61%-
HSV(B)28.06º46.97%51.76%-
XYZ15.0814.277.75-
YUV105.56107.93146.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.85%
GREEN value IS 99 (39.06% from 255) = 32.89%
BLUE value IS 70 (27.73% from 255) = 23.26%
R=43.85%
G=32.89%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132997000.250.470.4828.0630.6939.61
Hex8463460192F301c1f28
Octal2041431060315760343750
Binary10000100110001110001100110011011111100001110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846346; }

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

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

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

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

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

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

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

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