Html Css Color HEX #84654B Dark Wood

📋 copy color: '#84654B'

red 132 ◦ green 101 ◦ blue 75

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

Shades of Dark Wood #84654B

Tints of Dark Wood #84654B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.79%

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

R = 42.86%
G = 32.79%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#84654B (or 0x84654B) is known color: Dark Wood. HEX triplet: 84, 65 and 4B. RGB value is (132,101,75). Sum of RGB (Red+Green+Blue) = 132+101+75=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #84654B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84654B is #7B9AB4. Grayscale: #6B6B6B. Windows color (decimal): -8100533 or 4941188. OLE color: 4941188.

HSL color Cylindrical-coordinate representation of color #84654B: hue angle of 27.37º 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 #84654B is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 101 75 -
CMYK 0 0.23 0.43 0.48
HSL 27.37º 0.28% 0.41% -
HSV(B) 27.37º 0.43% 0.52% -
XYZ 15.44 14.72 8.68 -
YUV 107.31 109.77 145.61 -
System Red Green Blue C M Y K H S L
Decimal 132 101 75 0 0.23 0.43 0.48 27.37 0.28 0.41
Hex 84 65 4B 0 17 2B 30 1B 1C 29
Octal 204 145 113 0 27 53 60 33 34 51
Binary 10000100 1100101 1001011 0 10111 101011 110000 11011 11100 101001

Color Harmonies of #84654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84654B

Black with #84654B

Text Example


Text Example

White with #84654B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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