Html Css Color HEX #8A6444 Dark Wood

📋 copy color: '#8A6444'

red 138 ◦ green 100 ◦ blue 68

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

Shades of Dark Wood #8A6444

Tints of Dark Wood #8A6444

RGB

 RED value IS 138 (54.3% from 255) = 45.1%

 GREEN value IS 100 (39.45% from 255) = 32.68%

 BLUE value IS 68 (26.95% from 255) = 22.22%

R = 45.1%
G = 32.68%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.46

RGB Variations

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

Color information

#8A6444 (or 0x8A6444) is known color: Dark Wood. HEX triplet: 8A, 64 and 44. RGB value is (138,100,68). Sum of RGB (Red+Green+Blue) = 138+100+68=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6444 is #759BBB. Grayscale: #6B6B6B. Windows color (decimal): -7707580 or 4482186. OLE color: 4482186.

HSL color Cylindrical-coordinate representation of color #8A6444: hue angle of 27.43º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A6444 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 100 68 -
CMYK 0 0.28 0.51 0.46
HSL 27.43º 0.34% 0.4% -
HSV(B) 27.43º 0.51% 0.54% -
XYZ 16.08 14.93 7.5 -
YUV 107.71 105.59 149.6 -
System Red Green Blue C M Y K H S L
Decimal 138 100 68 0 0.28 0.51 0.46 27.43 0.34 0.4
Hex 8A 64 44 0 1C 33 2E 1B 22 28
Octal 212 144 104 0 34 63 56 33 42 50
Binary 10001010 1100100 1000100 0 11100 110011 101110 11011 100010 101000

Color Harmonies of #8A6444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6444

Black with #8A6444

Text Example


Text Example

White with #8A6444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A6444; }

 p { color: rgb(138,100,68); }

 H1.HeaderClassName
 {
   color: #8A6444;
 }
 .AnyTagClassName
 {
   color: #8A6444;
 }
</style>

background-color css

<style>
 a { background-color: #8A6444; }

 a { background-color: rgb(138,100,68); }

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

border-color css

<style>
 span { border-color: #8A6444; }

 span { border-color: rgb(138,100,68); }

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