Html Css Color HEX #84623E Dark Wood

📋 copy color: '#84623E'

red 132 ◦ green 98 ◦ blue 62

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

Shades of Dark Wood #84623E

Tints of Dark Wood #84623E

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 value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#84623E (or 0x84623E) is known color: 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

RGB 132 98 62 -
CMYK 0 0.26 0.53 0.48
HSL 30.86º 0.36% 0.38% -
HSV(B) 30.86º 0.53% 0.52% -
XYZ 14.75 13.99 6.48 -
YUV 104.06 104.26 147.93 -
System Red Green Blue C M Y K H S L
Decimal 132 98 62 0 0.26 0.53 0.48 30.86 0.36 0.38
Hex 84 62 3E 0 1A 35 30 1F 24 26
Octal 204 142 76 0 32 65 60 37 44 46
Binary 10000100 1100010 111110 0 11010 110101 110000 11111 100100 100110

Color Harmonies of #84623E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84623E

Black with #84623E

Text Example


Text Example

White with #84623E

Text Example


Text Example

HTML Codes & Css Web 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>