Html Css Color HEX #846542 Dark Wood

📋 copy color: '#846542'

red 132 ◦ green 101 ◦ blue 66

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

Shades of Dark Wood #846542

Tints of Dark Wood #846542

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.78%

 BLUE value IS 66 (26.17% from 255) = 22.07%

R = 44.15%
G = 33.78%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#846542 (or 0x846542) is known color: Dark Wood. HEX triplet: 84, 65 and 42. RGB value is (132,101,66). Sum of RGB (Red+Green+Blue) = 132+101+66=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #846542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846542 is #7B9ABD. Grayscale: #6A6A6A. Windows color (decimal): -8100542 or 4351364. OLE color: 4351364.

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

Color convert

RGB 132 101 66 -
CMYK 0 0.23 0.5 0.48
HSL 31.82º 0.33% 0.39% -
HSV(B) 31.82º 0.5% 0.52% -
XYZ 15.15 14.61 7.17 -
YUV 106.28 105.27 146.35 -
System Red Green Blue C M Y K H S L
Decimal 132 101 66 0 0.23 0.5 0.48 31.82 0.33 0.39
Hex 84 65 42 0 17 32 30 20 21 27
Octal 204 145 102 0 27 62 60 40 41 47
Binary 10000100 1100101 1000010 0 10111 110010 110000 100000 100001 100111

Color Harmonies of #846542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846542

Black with #846542

Text Example


Text Example

White with #846542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846542; }

 p { color: rgb(132,101,66); }

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

background-color css

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

 a { background-color: rgb(132,101,66); }

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

border-color css

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

 span { border-color: rgb(132,101,66); }

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