Html Css Color HEX #8C6649 Dark Wood

📋 copy color: '#8C6649'

red 140 ◦ green 102 ◦ blue 73

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

Shades of Dark Wood #8C6649

Tints of Dark Wood #8C6649

RGB

 RED value IS 140 (55.08% from 255) = 44.44%

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

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

R = 44.44%
G = 32.38%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#8C6649 (or 0x8C6649) is known color: Dark Wood. HEX triplet: 8C, 66 and 49. RGB value is (140,102,73). Sum of RGB (Red+Green+Blue) = 140+102+73=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6649 is #7399B6. Grayscale: #6E6E6E. Windows color (decimal): -7575991 or 4810380. OLE color: 4810380.

HSL color Cylindrical-coordinate representation of color #8C6649: hue angle of 25.97º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C6649 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 102 73 -
CMYK 0 0.27 0.48 0.45
HSL 25.97º 0.31% 0.42% -
HSV(B) 25.97º 0.48% 0.55% -
XYZ 16.77 15.56 8.42 -
YUV 110.06 107.09 149.36 -
System Red Green Blue C M Y K H S L
Decimal 140 102 73 0 0.27 0.48 0.45 25.97 0.31 0.42
Hex 8C 66 49 0 1B 30 2D 1A 1F 2A
Octal 214 146 111 0 33 60 55 32 37 52
Binary 10001100 1100110 1001001 0 11011 110000 101101 11010 11111 101010

Color Harmonies of #8C6649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6649

Black with #8C6649

Text Example


Text Example

White with #8C6649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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