#846744

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

Shades of Dark Wood #846744

Tints of Dark Wood #846744

Color information

#846744 (or 0x846744) is unknown color: approx Dark Wood. HEX triplet: 84, 67 and 44. RGB value is (132,103,68). Sum of RGB (Red+Green+Blue) = 132+103+68=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #846744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846744 is #7B98BB. Grayscale: #6B6B6B. Windows color (decimal): -8100028 or 4482948. OLE color: 4482948.

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

Color convert

RGB13210368-
CMYK00.220.480.48
HSL32.81º32%39.22%-
HSV(B)32.81º48.48%51.76%-
XYZ15.4115.027.56-
YUV107.68105.61145.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.56%
GREEN value IS 103 (40.62% from 255) = 33.99%
BLUE value IS 68 (26.95% from 255) = 22.44%
R=43.56%
G=33.99%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321036800.220.480.4832.813239.22
Hex8467440163030212027
Octal2041471040266060414047
Binary1000010011001111000100010110110000110000100001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846744; }

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

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

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

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

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

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

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

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