Html Css Color HEX #8C6261 Light Wood

📋 copy color: '#8C6261'

red 140 ◦ green 98 ◦ blue 97

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

Shades of Light Wood #8C6261

Tints of Light Wood #8C6261

RGB

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

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

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

R = 41.79%
G = 29.25%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8C6261 (or 0x8C6261) is known color: Light Wood. HEX triplet: 8C, 62 and 61. RGB value is (140,98,97). Sum of RGB (Red+Green+Blue) = 140+98+97=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6261 is #739D9E. Grayscale: #6E6E6E. Windows color (decimal): -7576991 or 6382220. OLE color: 6382220.

HSL color Cylindrical-coordinate representation of color #8C6261: hue angle of 1.4º 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 #8C6261 is Cyan = 0, Magento = 0.3, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 98 97 -
CMYK 0 0.3 0.31 0.45
HSL 1.4º 0.18% 0.46% -
HSV(B) 1.4º 0.31% 0.55% -
XYZ 17.34 15.17 13.32 -
YUV 110.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 140 98 97 0 0.3 0.31 0.45 1.4 0.18 0.46
Hex 8C 62 61 0 1E 1F 2D 1 12 2E
Octal 214 142 141 0 36 37 55 1 22 56
Binary 10001100 1100010 1100001 0 11110 11111 101101 1 10010 101110

Color Harmonies of #8C6261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6261

Black with #8C6261

Text Example


Text Example

White with #8C6261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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