Html Css Color HEX #84634C Dark Wood

📋 copy color: '#84634C'

red 132 ◦ green 99 ◦ blue 76

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

Shades of Dark Wood #84634C

Tints of Dark Wood #84634C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.76%

R = 43%
G = 32.25%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#84634C (or 0x84634C) is known color: Dark Wood. HEX triplet: 84, 63 and 4C. RGB value is (132,99,76). Sum of RGB (Red+Green+Blue) = 132+99+76=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #84634C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84634C is #7B9CB3. Grayscale: #6A6A6A. Windows color (decimal): -8101044 or 5006212. OLE color: 5006212.

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

Color convert

RGB 132 99 76 -
CMYK 0 0.25 0.42 0.48
HSL 24.64º 0.27% 0.41% -
HSV(B) 24.64º 0.42% 0.52% -
XYZ 15.28 14.35 8.8 -
YUV 106.25 110.93 146.37 -
System Red Green Blue C M Y K H S L
Decimal 132 99 76 0 0.25 0.42 0.48 24.64 0.27 0.41
Hex 84 63 4C 0 19 2A 30 19 1B 29
Octal 204 143 114 0 31 52 60 31 33 51
Binary 10000100 1100011 1001100 0 11001 101010 110000 11001 11011 101001

Color Harmonies of #84634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84634C

Black with #84634C

Text Example


Text Example

White with #84634C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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