Html Css Color HEX #8C6262 Light Wood

📋 copy color: '#8C6262'

red 140 ◦ green 98 ◦ blue 98

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

Shades of Light Wood #8C6262

Tints of Light Wood #8C6262

RGB

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

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

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

R = 41.67%
G = 29.17%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#8C6262 (or 0x8C6262) is known color: Light Wood. HEX triplet: 8C, 62 and 62. RGB value is (140,98,98). Sum of RGB (Red+Green+Blue) = 140+98+98=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6262 is #739D9D. Grayscale: #6E6E6E. Windows color (decimal): -7576990 or 6447756. OLE color: 6447756.

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

Color convert

RGB 140 98 98 -
CMYK 0 0.3 0.3 0.45
HSL 0.18% 0.47% -
HSV(B) 0.3% 0.55% -
XYZ 17.39 15.19 13.57 -
YUV 110.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 140 98 98 0 0.3 0.3 0.45 0 0.18 0.47
Hex 8C 62 62 0 1E 1E 2D 0 12 2F
Octal 214 142 142 0 36 36 55 0 22 57
Binary 10001100 1100010 1100010 0 11110 11110 101101 0 10010 101111

Color Harmonies of #8C6262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6262

Black with #8C6262

Text Example


Text Example

White with #8C6262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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