Html Css Color HEX #8A6643 Dark Wood

📋 copy color: '#8A6643'

red 138 ◦ green 102 ◦ blue 67

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

Shades of Dark Wood #8A6643

Tints of Dark Wood #8A6643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.82%

R = 44.95%
G = 33.22%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.46

RGB Variations

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

Color information

#8A6643 (or 0x8A6643) is known color: Dark Wood. HEX triplet: 8A, 66 and 43. RGB value is (138,102,67). Sum of RGB (Red+Green+Blue) = 138+102+67=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6643 is #7599BC. Grayscale: #6C6C6C. Windows color (decimal): -7707069 or 4417162. OLE color: 4417162.

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

Color convert

RGB 138 102 67 -
CMYK 0 0.26 0.51 0.46
HSL 29.58º 0.35% 0.4% -
HSV(B) 29.58º 0.51% 0.54% -
XYZ 16.25 15.31 7.41 -
YUV 108.77 104.43 148.85 -
System Red Green Blue C M Y K H S L
Decimal 138 102 67 0 0.26 0.51 0.46 29.58 0.35 0.4
Hex 8A 66 43 0 1A 33 2E 1E 23 28
Octal 212 146 103 0 32 63 56 36 43 50
Binary 10001010 1100110 1000011 0 11010 110011 101110 11110 100011 101000

Color Harmonies of #8A6643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6643

Black with #8A6643

Text Example


Text Example

White with #8A6643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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