#846344

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

Shades of Dark Wood #846344

Tints of Dark Wood #846344

Color information

#846344 (or 0x846344) is unknown color: approx Dark Wood. HEX triplet: 84, 63 and 44. RGB value is (132,99,68). Sum of RGB (Red+Green+Blue) = 132+99+68=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #846344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846344 is #7B9CBB. Grayscale: #696969. Windows color (decimal): -8101052 or 4481924. OLE color: 4481924.

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

Color convert

RGB1329968-
CMYK00.250.480.48
HSL29.06º32%39.22%-
HSV(B)29.06º48.48%51.76%-
XYZ15.0214.257.43-
YUV105.33106.93147.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.15%
GREEN value IS 99 (39.06% from 255) = 33.11%
BLUE value IS 68 (26.95% from 255) = 22.74%
R=44.15%
G=33.11%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132996800.250.480.4829.063239.22
Hex84634401930301d2027
Octal2041431040316060354047
Binary100001001100011100010001100111000011000011101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846344; }

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

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

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

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

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

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

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

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