#84603E

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

Shades of Dark Wood #84603E

Tints of Dark Wood #84603E

Color information

#84603E (or 0x84603E) is unknown color: approx Dark Wood. HEX triplet: 84, 60 and 3E. RGB value is (132,96,62). Sum of RGB (Red+Green+Blue) = 132+96+62=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #84603E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84603E is #7B9FC1. Grayscale: #676767. Windows color (decimal): -8101826 or 4087940. OLE color: 4087940.

HSL color Cylindrical-coordinate representation of color #84603E: hue angle of 29.14º 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 #84603E is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1329662-
CMYK00.270.530.48
HSL29.14º36.08%38.04%-
HSV(B)29.14º53.03%51.76%-
XYZ14.5713.626.42-
YUV102.89104.93148.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.52%
GREEN value IS 96 (37.89% from 255) = 33.10%
BLUE value IS 62 (24.61% from 255) = 21.38%
R=45.52%
G=33.10%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132966200.270.530.4829.1436.0838.04
Hex84603E01B35301d2426
Octal204140760336560354446
Binary10000100110000011111001101111010111000011101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84603E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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