Html Css Color HEX #846343 Dark Wood

📋 copy color: '#846343'

red 132 ◦ green 99 ◦ blue 67

#846343
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Wood #846343

Tints of Dark Wood #846343

RGB

 RED value IS 132 (51.95% from 255) = 44.3%

 GREEN value IS 99 (39.06% from 255) = 33.22%

 BLUE value IS 67 (26.56% from 255) = 22.48%

R = 44.3%
G = 33.22%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#846343 (or 0x846343) is known color: 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

RGB 132 99 67 -
CMYK 0 0.25 0.49 0.48
HSL 29.54º 0.33% 0.39% -
HSV(B) 29.54º 0.49% 0.52% -
XYZ 14.99 14.23 7.27 -
YUV 105.22 106.43 147.1 -
System Red Green Blue C M Y K H S L
Decimal 132 99 67 0 0.25 0.49 0.48 29.54 0.33 0.39
Hex 84 63 43 0 19 31 30 1E 21 27
Octal 204 143 103 0 31 61 60 36 41 47
Binary 10000100 1100011 1000011 0 11001 110001 110000 11110 100001 100111

Color Harmonies of #846343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846343

Black with #846343

Text Example


Text Example

White with #846343

Text Example


Text Example

HTML Codes & Css Web 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>