Html Css Color HEX #8C6361 Light Wood

📋 copy color: '#8C6361'

red 140 ◦ green 99 ◦ blue 97

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

Shades of Light Wood #8C6361

Tints of Light Wood #8C6361

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.46%

 BLUE value IS 97 (38.28% from 255) = 28.87%

R = 41.67%
G = 29.46%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8C6361 (or 0x8C6361) is known color: Light Wood. HEX triplet: 8C, 63 and 61. RGB value is (140,99,97). Sum of RGB (Red+Green+Blue) = 140+99+97=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6361 is #739C9E. Grayscale: #6F6F6F. Windows color (decimal): -7576735 or 6382476. OLE color: 6382476.

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

Color convert

RGB 140 99 97 -
CMYK 0 0.29 0.31 0.45
HSL 2.79º 0.18% 0.46% -
HSV(B) 2.79º 0.31% 0.55% -
XYZ 17.43 15.36 13.36 -
YUV 111.03 120.08 148.66 -
System Red Green Blue C M Y K H S L
Decimal 140 99 97 0 0.29 0.31 0.45 2.79 0.18 0.46
Hex 8C 63 61 0 1D 1F 2D 3 12 2E
Octal 214 143 141 0 35 37 55 3 22 56
Binary 10001100 1100011 1100001 0 11101 11111 101101 11 10010 101110

Color Harmonies of #8C6361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6361

Black with #8C6361

Text Example


Text Example

White with #8C6361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,99,97); }

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

background-color css

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

 a { background-color: rgb(140,99,97); }

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

border-color css

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

 span { border-color: rgb(140,99,97); }

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