Html Css Color HEX #84603F Dark Wood

📋 copy color: '#84603F'

red 132 ◦ green 96 ◦ blue 63

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

Shades of Dark Wood #84603F

Tints of Dark Wood #84603F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.99%

 BLUE value IS 63 (25% from 255) = 21.65%

R = 45.36%
G = 32.99%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#84603F (or 0x84603F) is known color: Dark Wood. HEX triplet: 84, 60 and 3F. RGB value is (132,96,63). Sum of RGB (Red+Green+Blue) = 132+96+63=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #84603F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84603F is #7B9FC0. Grayscale: #676767. Windows color (decimal): -8101825 or 4153476. OLE color: 4153476.

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

Color convert

RGB 132 96 63 -
CMYK 0 0.27 0.52 0.48
HSL 28.7º 0.35% 0.38% -
HSV(B) 28.7º 0.52% 0.52% -
XYZ 14.6 13.63 6.56 -
YUV 103 105.43 148.68 -
System Red Green Blue C M Y K H S L
Decimal 132 96 63 0 0.27 0.52 0.48 28.7 0.35 0.38
Hex 84 60 3F 0 1B 34 30 1D 23 26
Octal 204 140 77 0 33 64 60 35 43 46
Binary 10000100 1100000 111111 0 11011 110100 110000 11101 100011 100110

Color Harmonies of #84603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84603F

Black with #84603F

Text Example


Text Example

White with #84603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84603F; }

 p { color: rgb(132,96,63); }

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

background-color css

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

 a { background-color: rgb(132,96,63); }

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

border-color css

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

 span { border-color: rgb(132,96,63); }

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