Html Css Color HEX #846142 Dark Wood

📋 copy color: '#846142'

red 132 ◦ green 97 ◦ blue 66

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

Shades of Dark Wood #846142

Tints of Dark Wood #846142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.88%

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

R = 44.75%
G = 32.88%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#846142 (or 0x846142) is known color: Dark Wood. HEX triplet: 84, 61 and 42. RGB value is (132,97,66). Sum of RGB (Red+Green+Blue) = 132+97+66=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #846142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846142 is #7B9EBD. Grayscale: #686868. Windows color (decimal): -8101566 or 4350340. OLE color: 4350340.

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

Color convert

RGB 132 97 66 -
CMYK 0 0.27 0.5 0.48
HSL 28.18º 0.33% 0.39% -
HSV(B) 28.18º 0.5% 0.52% -
XYZ 14.77 13.85 7.05 -
YUV 103.93 106.6 148.02 -
System Red Green Blue C M Y K H S L
Decimal 132 97 66 0 0.27 0.5 0.48 28.18 0.33 0.39
Hex 84 61 42 0 1B 32 30 1C 21 27
Octal 204 141 102 0 33 62 60 34 41 47
Binary 10000100 1100001 1000010 0 11011 110010 110000 11100 100001 100111

Color Harmonies of #846142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846142

Black with #846142

Text Example


Text Example

White with #846142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846142; }

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

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

background-color css

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

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

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

border-color css

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

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

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