Html Css Color HEX #846745 Dark Wood

📋 copy color: '#846745'

red 132 ◦ green 103 ◦ blue 69

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

Shades of Dark Wood #846745

Tints of Dark Wood #846745

RGB

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

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

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

R = 43.42%
G = 33.88%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#846745 (or 0x846745) is known color: Dark Wood. HEX triplet: 84, 67 and 45. RGB value is (132,103,69). Sum of RGB (Red+Green+Blue) = 132+103+69=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #846745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846745 is #7B98BA. Grayscale: #6B6B6B. Windows color (decimal): -8100027 or 4548484. OLE color: 4548484.

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

Color convert

RGB 132 103 69 -
CMYK 0 0.22 0.48 0.48
HSL 32.38º 0.31% 0.39% -
HSV(B) 32.38º 0.48% 0.52% -
XYZ 15.44 15.04 7.72 -
YUV 107.8 106.11 145.26 -
System Red Green Blue C M Y K H S L
Decimal 132 103 69 0 0.22 0.48 0.48 32.38 0.31 0.39
Hex 84 67 45 0 16 30 30 20 1F 27
Octal 204 147 105 0 26 60 60 40 37 47
Binary 10000100 1100111 1000101 0 10110 110000 110000 100000 11111 100111

Color Harmonies of #846745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846745

Black with #846745

Text Example


Text Example

White with #846745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846745; }

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

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

background-color css

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

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

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

border-color css

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

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

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