Html Css Color HEX #8A6649 Dark Wood

📋 copy color: '#8A6649'

red 138 ◦ green 102 ◦ blue 73

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

Shades of Dark Wood #8A6649

Tints of Dark Wood #8A6649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.59%

 BLUE value IS 73 (28.91% from 255) = 23.32%

R = 44.09%
G = 32.59%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#8A6649 (or 0x8A6649) is known color: Dark Wood. HEX triplet: 8A, 66 and 49. RGB value is (138,102,73). Sum of RGB (Red+Green+Blue) = 138+102+73=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6649 is #7599B6. Grayscale: #6D6D6D. Windows color (decimal): -7707063 or 4810378. OLE color: 4810378.

HSL color Cylindrical-coordinate representation of color #8A6649: hue angle of 26.77º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A6649 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 102 73 -
CMYK 0 0.26 0.47 0.46
HSL 26.77º 0.31% 0.41% -
HSV(B) 26.77º 0.47% 0.54% -
XYZ 16.44 15.39 8.41 -
YUV 109.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 138 102 73 0 0.26 0.47 0.46 26.77 0.31 0.41
Hex 8A 66 49 0 1A 2F 2E 1B 1F 29
Octal 212 146 111 0 32 57 56 33 37 51
Binary 10001010 1100110 1001001 0 11010 101111 101110 11011 11111 101001

Color Harmonies of #8A6649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6649

Black with #8A6649

Text Example


Text Example

White with #8A6649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,102,73); }

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

background-color css

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

 a { background-color: rgb(138,102,73); }

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

border-color css

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

 span { border-color: rgb(138,102,73); }

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