Html Css Color HEX #8A6845 Dark Wood

📋 copy color: '#8A6845'

red 138 ◦ green 104 ◦ blue 69

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

Shades of Dark Wood #8A6845

Tints of Dark Wood #8A6845

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.44%

 BLUE value IS 69 (27.34% from 255) = 22.19%

R = 44.37%
G = 33.44%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.5

 K value IS 0.46

RGB Variations

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

Color information

#8A6845 (or 0x8A6845) is known color: Dark Wood. HEX triplet: 8A, 68 and 45. RGB value is (138,104,69). Sum of RGB (Red+Green+Blue) = 138+104+69=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6845 is #7597BA. Grayscale: #6E6E6E. Windows color (decimal): -7706555 or 4548746. OLE color: 4548746.

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

Color convert

RGB 138 104 69 -
CMYK 0 0.25 0.5 0.46
HSL 30.43º 0.33% 0.41% -
HSV(B) 30.43º 0.5% 0.54% -
XYZ 16.51 15.73 7.8 -
YUV 110.18 104.76 147.85 -
System Red Green Blue C M Y K H S L
Decimal 138 104 69 0 0.25 0.5 0.46 30.43 0.33 0.41
Hex 8A 68 45 0 19 32 2E 1E 21 29
Octal 212 150 105 0 31 62 56 36 41 51
Binary 10001010 1101000 1000101 0 11001 110010 101110 11110 100001 101001

Color Harmonies of #8A6845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6845

Black with #8A6845

Text Example


Text Example

White with #8A6845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,104,69); }

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

background-color css

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

 a { background-color: rgb(138,104,69); }

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

border-color css

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

 span { border-color: rgb(138,104,69); }

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