Html Css Color HEX #8A6644 Dark Wood

📋 copy color: '#8A6644'

red 138 ◦ green 102 ◦ blue 68

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

Shades of Dark Wood #8A6644

Tints of Dark Wood #8A6644

RGB

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

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

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

R = 44.81%
G = 33.12%
B = 22.08%

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

#8A6644 (or 0x8A6644) is known color: Dark Wood. HEX triplet: 8A, 66 and 44. RGB value is (138,102,68). Sum of RGB (Red+Green+Blue) = 138+102+68=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6644 is #7599BB. Grayscale: #6D6D6D. Windows color (decimal): -7707068 or 4482698. OLE color: 4482698.

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

Color convert

RGB 138 102 68 -
CMYK 0 0.26 0.51 0.46
HSL 29.14º 0.34% 0.4% -
HSV(B) 29.14º 0.51% 0.54% -
XYZ 16.28 15.32 7.57 -
YUV 108.89 104.93 148.76 -
System Red Green Blue C M Y K H S L
Decimal 138 102 68 0 0.26 0.51 0.46 29.14 0.34 0.4
Hex 8A 66 44 0 1A 33 2E 1D 22 28
Octal 212 146 104 0 32 63 56 35 42 50
Binary 10001010 1100110 1000100 0 11010 110011 101110 11101 100010 101000

Color Harmonies of #8A6644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6644

Black with #8A6644

Text Example


Text Example

White with #8A6644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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