Html Css Color HEX #84634B Dark Wood

📋 copy color: '#84634B'

red 132 ◦ green 99 ◦ blue 75

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

Shades of Dark Wood #84634B

Tints of Dark Wood #84634B

RGB

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

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

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

R = 43.14%
G = 32.35%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#84634B (or 0x84634B) is known color: Dark Wood. HEX triplet: 84, 63 and 4B. RGB value is (132,99,75). Sum of RGB (Red+Green+Blue) = 132+99+75=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 132 - color contains mainly: red. Hex color #84634B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84634B is #7B9CB4. Grayscale: #6A6A6A. Windows color (decimal): -8101045 or 4940676. OLE color: 4940676.

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

Color convert

RGB 132 99 75 -
CMYK 0 0.25 0.43 0.48
HSL 25.26º 0.28% 0.41% -
HSV(B) 25.26º 0.43% 0.52% -
XYZ 15.25 14.34 8.62 -
YUV 106.13 110.43 146.45 -
System Red Green Blue C M Y K H S L
Decimal 132 99 75 0 0.25 0.43 0.48 25.26 0.28 0.41
Hex 84 63 4B 0 19 2B 30 19 1C 29
Octal 204 143 113 0 31 53 60 31 34 51
Binary 10000100 1100011 1001011 0 11001 101011 110000 11001 11100 101001

Color Harmonies of #84634B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84634B

Black with #84634B

Text Example


Text Example

White with #84634B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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