Html Css Color HEX #846646 Dark Wood

📋 copy color: '#846646'

red 132 ◦ green 102 ◦ blue 70

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

Shades of Dark Wood #846646

Tints of Dark Wood #846646

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.55%

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 43.42%
G = 33.55%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#846646 (or 0x846646) is known color: Dark Wood. HEX triplet: 84, 66 and 46. RGB value is (132,102,70). Sum of RGB (Red+Green+Blue) = 132+102+70=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #846646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846646 is #7B99B9. Grayscale: #6B6B6B. Windows color (decimal): -8100282 or 4613764. OLE color: 4613764.

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

Color convert

RGB 132 102 70 -
CMYK 0 0.23 0.47 0.48
HSL 30.97º 0.31% 0.4% -
HSV(B) 30.97º 0.47% 0.52% -
XYZ 15.37 14.85 7.85 -
YUV 107.32 106.94 145.6 -
System Red Green Blue C M Y K H S L
Decimal 132 102 70 0 0.23 0.47 0.48 30.97 0.31 0.4
Hex 84 66 46 0 17 2F 30 1F 1F 28
Octal 204 146 106 0 27 57 60 37 37 50
Binary 10000100 1100110 1000110 0 10111 101111 110000 11111 11111 101000

Color Harmonies of #846646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846646

Black with #846646

Text Example


Text Example

White with #846646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846646; }

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

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

background-color css

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

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

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

border-color css

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

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

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