Html Css Color HEX #8C6247 Dark Wood

📋 copy color: '#8C6247'

red 140 ◦ green 98 ◦ blue 71

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

Shades of Dark Wood #8C6247

Tints of Dark Wood #8C6247

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.72%

 BLUE value IS 71 (28.13% from 255) = 22.98%

R = 45.31%
G = 31.72%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#8C6247 (or 0x8C6247) is known color: Dark Wood. HEX triplet: 8C, 62 and 47. RGB value is (140,98,71). Sum of RGB (Red+Green+Blue) = 140+98+71=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6247 is #739DB8. Grayscale: #6B6B6B. Windows color (decimal): -7577017 or 4678284. OLE color: 4678284.

HSL color Cylindrical-coordinate representation of color #8C6247: hue angle of 23.48º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C6247 is Cyan = 0, Magento = 0.3, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 98 71 -
CMYK 0 0.3 0.49 0.45
HSL 23.48º 0.33% 0.41% -
HSV(B) 23.48º 0.49% 0.55% -
XYZ 16.32 14.77 7.95 -
YUV 107.48 107.41 151.2 -
System Red Green Blue C M Y K H S L
Decimal 140 98 71 0 0.3 0.49 0.45 23.48 0.33 0.41
Hex 8C 62 47 0 1E 31 2D 17 21 29
Octal 214 142 107 0 36 61 55 27 41 51
Binary 10001100 1100010 1000111 0 11110 110001 101101 10111 100001 101001

Color Harmonies of #8C6247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6247

Black with #8C6247

Text Example


Text Example

White with #8C6247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,98,71); }

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

background-color css

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

 a { background-color: rgb(140,98,71); }

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

border-color css

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

 span { border-color: rgb(140,98,71); }

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