#846340

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

Shades of Dark Wood #846340

Tints of Dark Wood #846340

Color information

#846340 (or 0x846340) is unknown color: approx Dark Wood. HEX triplet: 84, 63 and 40. RGB value is (132,99,64). Sum of RGB (Red+Green+Blue) = 132+99+64=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #846340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846340 is #7B9CBF. Grayscale: #696969. Windows color (decimal): -8101056 or 4219780. OLE color: 4219780.

HSL color Cylindrical-coordinate representation of color #846340: hue angle of 30.88º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #846340 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB1329964-
CMYK00.250.520.48
HSL30.88º34.69%38.43%-
HSV(B)30.88º51.52%51.76%-
XYZ14.914.26.81-
YUV104.88104.93147.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 99 (39.06% from 255) = 33.56%
BLUE value IS 64 (25.39% from 255) = 21.69%
R=44.75%
G=33.56%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132996400.250.520.4830.8834.6938.43
Hex84634001934301f2326
Octal2041431000316460374346
Binary100001001100011100000001100111010011000011111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846340; }

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

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

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

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

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

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

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

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