Html Css Color HEX #84634A Dark Wood

📋 copy color: '#84634A'

red 132 ◦ green 99 ◦ blue 74

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

Shades of Dark Wood #84634A

Tints of Dark Wood #84634A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.46%

 BLUE value IS 74 (29.3% from 255) = 24.26%

R = 43.28%
G = 32.46%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#84634A (or 0x84634A) is known color: Dark Wood. HEX triplet: 84, 63 and 4A. RGB value is (132,99,74). Sum of RGB (Red+Green+Blue) = 132+99+74=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #84634A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84634A is #7B9CB5. Grayscale: #6A6A6A. Windows color (decimal): -8101046 or 4875140. OLE color: 4875140.

HSL color Cylindrical-coordinate representation of color #84634A: hue angle of 25.86º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84634A is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 99 74 -
CMYK 0 0.25 0.44 0.48
HSL 25.86º 0.28% 0.4% -
HSV(B) 25.86º 0.44% 0.52% -
XYZ 15.21 14.32 8.44 -
YUV 106.02 109.93 146.53 -
System Red Green Blue C M Y K H S L
Decimal 132 99 74 0 0.25 0.44 0.48 25.86 0.28 0.4
Hex 84 63 4A 0 19 2C 30 1A 1C 28
Octal 204 143 112 0 31 54 60 32 34 50
Binary 10000100 1100011 1001010 0 11001 101100 110000 11010 11100 101000

Color Harmonies of #84634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84634A

Black with #84634A

Text Example


Text Example

White with #84634A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84634A; }

 p { color: rgb(132,99,74); }

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

background-color css

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

 a { background-color: rgb(132,99,74); }

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

border-color css

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

 span { border-color: rgb(132,99,74); }

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