Html Css Color HEX #846443 Dark Wood

📋 copy color: '#846443'

red 132 ◦ green 100 ◦ blue 67

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

Shades of Dark Wood #846443

Tints of Dark Wood #846443

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.44%

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

R = 44.15%
G = 33.44%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#846443 (or 0x846443) is known color: Dark Wood. HEX triplet: 84, 64 and 43. RGB value is (132,100,67). Sum of RGB (Red+Green+Blue) = 132+100+67=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #846443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846443 is #7B9BBC. Grayscale: #696969. Windows color (decimal): -8100797 or 4416644. OLE color: 4416644.

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

Color convert

RGB 132 100 67 -
CMYK 0 0.24 0.49 0.48
HSL 30.46º 0.33% 0.39% -
HSV(B) 30.46º 0.49% 0.52% -
XYZ 15.09 14.43 7.3 -
YUV 105.81 106.1 146.68 -
System Red Green Blue C M Y K H S L
Decimal 132 100 67 0 0.24 0.49 0.48 30.46 0.33 0.39
Hex 84 64 43 0 18 31 30 1E 21 27
Octal 204 144 103 0 30 61 60 36 41 47
Binary 10000100 1100100 1000011 0 11000 110001 110000 11110 100001 100111

Color Harmonies of #846443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846443

Black with #846443

Text Example


Text Example

White with #846443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846443; }

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

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

background-color css

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

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

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

border-color css

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

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

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