Html Css Color HEX #846746 Dark Wood

📋 copy color: '#846746'

red 132 ◦ green 103 ◦ blue 70

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

Shades of Dark Wood #846746

Tints of Dark Wood #846746

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.77%

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

R = 43.28%
G = 33.77%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#846746 (or 0x846746) is known color: Dark Wood. HEX triplet: 84, 67 and 46. RGB value is (132,103,70). Sum of RGB (Red+Green+Blue) = 132+103+70=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #846746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846746 is #7B98B9. Grayscale: #6C6C6C. Windows color (decimal): -8100026 or 4614020. OLE color: 4614020.

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

Color convert

RGB 132 103 70 -
CMYK 0 0.22 0.47 0.48
HSL 31.94º 0.31% 0.4% -
HSV(B) 31.94º 0.47% 0.52% -
XYZ 15.47 15.05 7.88 -
YUV 107.91 106.61 145.18 -
System Red Green Blue C M Y K H S L
Decimal 132 103 70 0 0.22 0.47 0.48 31.94 0.31 0.4
Hex 84 67 46 0 16 2F 30 20 1F 28
Octal 204 147 106 0 26 57 60 40 37 50
Binary 10000100 1100111 1000110 0 10110 101111 110000 100000 11111 101000

Color Harmonies of #846746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846746

Black with #846746

Text Example


Text Example

White with #846746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846746; }

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

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

background-color css

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

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

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

border-color css

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

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

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