Html Css Color HEX #8C6462 Light Wood

📋 copy color: '#8C6462'

red 140 ◦ green 100 ◦ blue 98

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

Shades of Light Wood #8C6462

Tints of Light Wood #8C6462

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.59%

 BLUE value IS 98 (38.67% from 255) = 28.99%

R = 41.42%
G = 29.59%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#8C6462 (or 0x8C6462) is known color: Light Wood. HEX triplet: 8C, 64 and 62. RGB value is (140,100,98). Sum of RGB (Red+Green+Blue) = 140+100+98=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6462 is #739B9D. Grayscale: #6F6F6F. Windows color (decimal): -7576478 or 6448268. OLE color: 6448268.

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

Color convert

RGB 140 100 98 -
CMYK 0 0.29 0.3 0.45
HSL 2.86º 0.18% 0.47% -
HSV(B) 2.86º 0.3% 0.55% -
XYZ 17.58 15.57 13.63 -
YUV 111.73 120.25 148.16 -
System Red Green Blue C M Y K H S L
Decimal 140 100 98 0 0.29 0.3 0.45 2.86 0.18 0.47
Hex 8C 64 62 0 1D 1E 2D 3 12 2F
Octal 214 144 142 0 35 36 55 3 22 57
Binary 10001100 1100100 1100010 0 11101 11110 101101 11 10010 101111

Color Harmonies of #8C6462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6462

Black with #8C6462

Text Example


Text Example

White with #8C6462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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