#846649

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

Shades of Dark Wood #846649

Tints of Dark Wood #846649

Color information

#846649 (or 0x846649) is unknown color: approx Dark Wood. HEX triplet: 84, 66 and 49. RGB value is (132,102,73). Sum of RGB (Red+Green+Blue) = 132+102+73=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #846649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846649 is #7B99B6. Grayscale: #6B6B6B. Windows color (decimal): -8100279 or 4810372. OLE color: 4810372.

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

Color convert

RGB13210273-
CMYK00.230.450.48
HSL29.49º28.78%40.2%-
HSV(B)29.49º44.7%51.76%-
XYZ15.4714.898.36-
YUV107.66108.44145.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.00%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 73 (28.91% from 255) = 23.78%
R=43.00%
G=33.22%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321027300.230.450.4829.4928.7840.2
Hex8466490172D301d1d28
Octal2041461110275560353550
Binary10000100110011010010010101111011011100001110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846649; }

 p { color: rgb(132,102,73); }

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

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

 a { background-color: rgb(132,102,73); }

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

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

 span { border-color: rgb(132,102,73); }

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