Html Css Color HEX #8A6744 Dark Wood

📋 copy color: '#8A6744'

red 138 ◦ green 103 ◦ blue 68

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

Shades of Dark Wood #8A6744

Tints of Dark Wood #8A6744

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.33%

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

R = 44.66%
G = 33.33%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.46

RGB Variations

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

Color information

#8A6744 (or 0x8A6744) is known color: Dark Wood. HEX triplet: 8A, 67 and 44. RGB value is (138,103,68). Sum of RGB (Red+Green+Blue) = 138+103+68=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6744 is #7598BB. Grayscale: #6D6D6D. Windows color (decimal): -7706812 or 4482954. OLE color: 4482954.

HSL color Cylindrical-coordinate representation of color #8A6744: hue angle of 30º 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 #8A6744 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 103 68 -
CMYK 0 0.25 0.51 0.46
HSL 30º 0.34% 0.4% -
HSV(B) 30º 0.51% 0.54% -
XYZ 16.37 15.52 7.6 -
YUV 109.48 104.6 148.35 -
System Red Green Blue C M Y K H S L
Decimal 138 103 68 0 0.25 0.51 0.46 30 0.34 0.4
Hex 8A 67 44 0 19 33 2E 1E 22 28
Octal 212 147 104 0 31 63 56 36 42 50
Binary 10001010 1100111 1000100 0 11001 110011 101110 11110 100010 101000

Color Harmonies of #8A6744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6744

Black with #8A6744

Text Example


Text Example

White with #8A6744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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