Html Css Color HEX #8C6B62 Dark Chestnut

📋 copy color: '#8C6B62'

red 140 ◦ green 107 ◦ blue 98

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

Shades of Dark Chestnut #8C6B62

Tints of Dark Chestnut #8C6B62

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.01%

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

R = 40.58%
G = 31.01%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#8C6B62 (or 0x8C6B62) is known color: Dark Chestnut. HEX triplet: 8C, 6B and 62. RGB value is (140,107,98). Sum of RGB (Red+Green+Blue) = 140+107+98=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6B62 is #73949D. Grayscale: #737373. Windows color (decimal): -7574686 or 6450060. OLE color: 6450060.

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

Color convert

RGB 140 107 98 -
CMYK 0 0.24 0.3 0.45
HSL 12.86º 0.18% 0.47% -
HSV(B) 12.86º 0.3% 0.55% -
XYZ 18.28 16.97 13.87 -
YUV 115.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 140 107 98 0 0.24 0.3 0.45 12.86 0.18 0.47
Hex 8C 6B 62 0 18 1E 2D D 12 2F
Octal 214 153 142 0 30 36 55 15 22 57
Binary 10001100 1101011 1100010 0 11000 11110 101101 1101 10010 101111

Color Harmonies of #8C6B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6B62

Black with #8C6B62

Text Example


Text Example

White with #8C6B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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