Html Css Color HEX #846145 Dark Wood

📋 copy color: '#846145'

red 132 ◦ green 97 ◦ blue 69

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

Shades of Dark Wood #846145

Tints of Dark Wood #846145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.15%

R = 44.3%
G = 32.55%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#846145 (or 0x846145) is known color: Dark Wood. HEX triplet: 84, 61 and 45. RGB value is (132,97,69). Sum of RGB (Red+Green+Blue) = 132+97+69=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #846145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846145 is #7B9EBA. Grayscale: #686868. Windows color (decimal): -8101563 or 4546948. OLE color: 4546948.

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

Color convert

RGB 132 97 69 -
CMYK 0 0.27 0.48 0.48
HSL 26.67º 0.31% 0.39% -
HSV(B) 26.67º 0.48% 0.52% -
XYZ 14.86 13.88 7.53 -
YUV 104.27 108.1 147.78 -
System Red Green Blue C M Y K H S L
Decimal 132 97 69 0 0.27 0.48 0.48 26.67 0.31 0.39
Hex 84 61 45 0 1B 30 30 1B 1F 27
Octal 204 141 105 0 33 60 60 33 37 47
Binary 10000100 1100001 1000101 0 11011 110000 110000 11011 11111 100111

Color Harmonies of #846145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846145

Black with #846145

Text Example


Text Example

White with #846145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846145; }

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

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

background-color css

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

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

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

border-color css

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

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

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