#846140

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

Shades of Dark Wood #846140

Tints of Dark Wood #846140

Color information

#846140 (or 0x846140) is unknown color: approx Dark Wood. HEX triplet: 84, 61 and 40. RGB value is (132,97,64). Sum of RGB (Red+Green+Blue) = 132+97+64=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #846140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846140 is #7B9EBF. Grayscale: #676767. Windows color (decimal): -8101568 or 4219268. OLE color: 4219268.

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

Color convert

RGB1329764-
CMYK00.270.520.48
HSL29.12º34.69%38.43%-
HSV(B)29.12º51.52%51.76%-
XYZ14.7213.836.74-
YUV103.7105.6148.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.05%
GREEN value IS 97 (38.28% from 255) = 33.11%
BLUE value IS 64 (25.39% from 255) = 21.84%
R=45.05%
G=33.11%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132976400.270.520.4829.1234.6938.43
Hex84614001B34301d2326
Octal2041411000336460354346
Binary100001001100001100000001101111010011000011101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846140; }

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

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

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

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

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

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

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

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