Html Css Color HEX #84644B Dark Wood

📋 copy color: '#84644B'

red 132 ◦ green 100 ◦ blue 75

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

Shades of Dark Wood #84644B

Tints of Dark Wood #84644B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.57%

 BLUE value IS 75 (29.69% from 255) = 24.43%

R = 43%
G = 32.57%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#84644B (or 0x84644B) is known color: Dark Wood. HEX triplet: 84, 64 and 4B. RGB value is (132,100,75). Sum of RGB (Red+Green+Blue) = 132+100+75=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #84644B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84644B is #7B9BB4. Grayscale: #6A6A6A. Windows color (decimal): -8100789 or 4940932. OLE color: 4940932.

HSL color Cylindrical-coordinate representation of color #84644B: hue angle of 26.32º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84644B is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 100 75 -
CMYK 0 0.24 0.43 0.48
HSL 26.32º 0.28% 0.41% -
HSV(B) 26.32º 0.43% 0.52% -
XYZ 15.34 14.53 8.65 -
YUV 106.72 110.1 146.03 -
System Red Green Blue C M Y K H S L
Decimal 132 100 75 0 0.24 0.43 0.48 26.32 0.28 0.41
Hex 84 64 4B 0 18 2B 30 1A 1C 29
Octal 204 144 113 0 30 53 60 32 34 51
Binary 10000100 1100100 1001011 0 11000 101011 110000 11010 11100 101001

Color Harmonies of #84644B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84644B

Black with #84644B

Text Example


Text Example

White with #84644B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84644B; }

 p { color: rgb(132,100,75); }

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

background-color css

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

 a { background-color: rgb(132,100,75); }

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

border-color css

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

 span { border-color: rgb(132,100,75); }

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