Html Css Color HEX #84613F Dark Wood

📋 copy color: '#84613F'

red 132 ◦ green 97 ◦ blue 63

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

Shades of Dark Wood #84613F

Tints of Dark Wood #84613F

RGB

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

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

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

R = 45.21%
G = 33.22%
B = 21.58%

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

#84613F (or 0x84613F) is known color: Dark Wood. HEX triplet: 84, 61 and 3F. RGB value is (132,97,63). Sum of RGB (Red+Green+Blue) = 132+97+63=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #84613F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84613F is #7B9EC0. Grayscale: #676767. Windows color (decimal): -8101569 or 4153732. OLE color: 4153732.

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

Color convert

RGB 132 97 63 -
CMYK 0 0.27 0.52 0.48
HSL 29.57º 0.35% 0.38% -
HSV(B) 29.57º 0.52% 0.52% -
XYZ 14.69 13.81 6.59 -
YUV 103.59 105.1 148.26 -
System Red Green Blue C M Y K H S L
Decimal 132 97 63 0 0.27 0.52 0.48 29.57 0.35 0.38
Hex 84 61 3F 0 1B 34 30 1E 23 26
Octal 204 141 77 0 33 64 60 36 43 46
Binary 10000100 1100001 111111 0 11011 110100 110000 11110 100011 100110

Color Harmonies of #84613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84613F

Black with #84613F

Text Example


Text Example

White with #84613F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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