#84623F

Color #84623F Dark Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Wood #84623F

Tints of Dark Wood #84623F

Color information

#84623F (or 0x84623F) is unknown color: approx Dark Wood. HEX triplet: 84, 62 and 3F. RGB value is (132,98,63). Sum of RGB (Red+Green+Blue) = 132+98+63=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #84623F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84623F is #7B9DC0. Grayscale: #686868. Windows color (decimal): -8101313 or 4153988. OLE color: 4153988.

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

Color convert

RGB1329863-
CMYK00.260.520.48
HSL30.43º35.38%38.24%-
HSV(B)30.43º52.27%51.76%-
XYZ14.78146.63-
YUV104.18104.76147.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.05%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 63 (25% from 255) = 21.50%
R=45.05%
G=33.45%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132986300.260.520.4830.4335.3838.24
Hex84623F01A34301e2326
Octal204142770326460364346
Binary10000100110001011111101101011010011000011110100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84623F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84623F;
 }
 .AnyTagClassName
 {
   color: #84623F;
 }
</style>
background-color css

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

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

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

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

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

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