#846343

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

Shades of Dark Wood #846343

Tints of Dark Wood #846343

Color information

#846343 (or 0x846343) is unknown color: approx Dark Wood. HEX triplet: 84, 63 and 43. RGB value is (132,99,67). Sum of RGB (Red+Green+Blue) = 132+99+67=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #846343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846343 is #7B9CBC. Grayscale: #696969. Windows color (decimal): -8101053 or 4416388. OLE color: 4416388.

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

Color convert

RGB1329967-
CMYK00.250.490.48
HSL29.54º32.66%39.02%-
HSV(B)29.54º49.24%51.76%-
XYZ14.9914.237.27-
YUV105.22106.43147.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 67 (26.56% from 255) = 22.48%
R=44.30%
G=33.22%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132996700.250.490.4829.5432.6639.02
Hex84634301931301e2127
Octal2041431030316160364147
Binary100001001100011100001101100111000111000011110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846343; }

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

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

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

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

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

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

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

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