Html Css Color HEX #84674B Dark Wood

📋 copy color: '#84674B'

red 132 ◦ green 103 ◦ blue 75

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

Shades of Dark Wood #84674B

Tints of Dark Wood #84674B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.23%

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

R = 42.58%
G = 33.23%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#84674B (or 0x84674B) is known color: Dark Wood. HEX triplet: 84, 67 and 4B. RGB value is (132,103,75). Sum of RGB (Red+Green+Blue) = 132+103+75=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #84674B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84674B is #7B98B4. Grayscale: #6C6C6C. Windows color (decimal): -8100021 or 4941700. OLE color: 4941700.

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

Color convert

RGB 132 103 75 -
CMYK 0 0.22 0.43 0.48
HSL 29.47º 0.28% 0.41% -
HSV(B) 29.47º 0.43% 0.52% -
XYZ 15.64 15.11 8.75 -
YUV 108.48 109.11 144.78 -
System Red Green Blue C M Y K H S L
Decimal 132 103 75 0 0.22 0.43 0.48 29.47 0.28 0.41
Hex 84 67 4B 0 16 2B 30 1D 1C 29
Octal 204 147 113 0 26 53 60 35 34 51
Binary 10000100 1100111 1001011 0 10110 101011 110000 11101 11100 101001

Color Harmonies of #84674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84674B

Black with #84674B

Text Example


Text Example

White with #84674B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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