Html Css Color HEX #846043 Dark Wood

📋 copy color: '#846043'

red 132 ◦ green 96 ◦ blue 67

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

Shades of Dark Wood #846043

Tints of Dark Wood #846043

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.54%

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

R = 44.75%
G = 32.54%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#846043 (or 0x846043) is known color: Dark Wood. HEX triplet: 84, 60 and 43. RGB value is (132,96,67). Sum of RGB (Red+Green+Blue) = 132+96+67=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #846043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846043 is #7B9FBC. Grayscale: #676767. Windows color (decimal): -8101821 or 4415620. OLE color: 4415620.

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

Color convert

RGB 132 96 67 -
CMYK 0 0.27 0.49 0.48
HSL 26.77º 0.33% 0.39% -
HSV(B) 26.77º 0.49% 0.52% -
XYZ 14.71 13.68 7.17 -
YUV 103.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 132 96 67 0 0.27 0.49 0.48 26.77 0.33 0.39
Hex 84 60 43 0 1B 31 30 1B 21 27
Octal 204 140 103 0 33 61 60 33 41 47
Binary 10000100 1100000 1000011 0 11011 110001 110000 11011 100001 100111

Color Harmonies of #846043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846043

Black with #846043

Text Example


Text Example

White with #846043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846043; }

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

 H1.HeaderClassName
 {
   color: #846043;
 }
 .AnyTagClassName
 {
   color: #846043;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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