#846643

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

Shades of Dark Wood #846643

Tints of Dark Wood #846643

Color information

#846643 (or 0x846643) is unknown color: approx Dark Wood. HEX triplet: 84, 66 and 43. RGB value is (132,102,67). Sum of RGB (Red+Green+Blue) = 132+102+67=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #846643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846643 is #7B99BC. Grayscale: #6B6B6B. Windows color (decimal): -8100285 or 4417156. OLE color: 4417156.

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

Color convert

RGB13210267-
CMYK00.230.490.48
HSL32.31º32.66%39.02%-
HSV(B)32.31º49.24%51.76%-
XYZ15.2814.817.36-
YUV106.98105.44145.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.85%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 67 (26.56% from 255) = 22.26%
R=43.85%
G=33.89%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321026700.230.490.4832.3132.6639.02
Hex8466430173130202127
Octal2041461030276160404147
Binary1000010011001101000011010111110001110000100000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846643; }

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

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

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

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

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

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

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

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