#84623E

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

Shades of Dark Wood #84623E

Tints of Dark Wood #84623E

Color information

#84623E (or 0x84623E) is unknown color: approx Dark Wood. HEX triplet: 84, 62 and 3E. RGB value is (132,98,62). Sum of RGB (Red+Green+Blue) = 132+98+62=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #84623E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84623E is #7B9DC1. Grayscale: #686868. Windows color (decimal): -8101314 or 4088452. OLE color: 4088452.

HSL color Cylindrical-coordinate representation of color #84623E: hue angle of 30.86º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84623E is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1329862-
CMYK00.260.530.48
HSL30.86º36.08%38.04%-
HSV(B)30.86º53.03%51.76%-
XYZ14.7513.996.48-
YUV104.06104.26147.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.21%
GREEN value IS 98 (38.67% from 255) = 33.56%
BLUE value IS 62 (24.61% from 255) = 21.23%
R=45.21%
G=33.56%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132986200.260.530.4830.8636.0838.04
Hex84623E01A35301f2426
Octal204142760326560374446
Binary10000100110001011111001101011010111000011111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84623E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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