Html Css Color HEX #8C665B Dark Chestnut

📋 copy color: '#8C665B'

red 140 ◦ green 102 ◦ blue 91

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

Shades of Dark Chestnut #8C665B

Tints of Dark Chestnut #8C665B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.63%

 BLUE value IS 91 (35.94% from 255) = 27.33%

R = 42.04%
G = 30.63%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8C665B (or 0x8C665B) is known color: Dark Chestnut. HEX triplet: 8C, 66 and 5B. RGB value is (140,102,91). Sum of RGB (Red+Green+Blue) = 140+102+91=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 140 - color contains mainly: red. Hex color #8C665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C665B is #7399A4. Grayscale: #707070. Windows color (decimal): -7575973 or 5990028. OLE color: 5990028.

HSL color Cylindrical-coordinate representation of color #8C665B: hue angle of 13.47º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C665B is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 102 91 -
CMYK 0 0.27 0.35 0.45
HSL 13.47º 0.21% 0.45% -
HSV(B) 13.47º 0.35% 0.55% -
XYZ 17.45 15.83 12.03 -
YUV 112.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 140 102 91 0 0.27 0.35 0.45 13.47 0.21 0.45
Hex 8C 66 5B 0 1B 23 2D D 15 2D
Octal 214 146 133 0 33 43 55 15 25 55
Binary 10001100 1100110 1011011 0 11011 100011 101101 1101 10101 101101

Color Harmonies of #8C665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C665B

Black with #8C665B

Text Example


Text Example

White with #8C665B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,102,91); }

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

background-color css

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

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

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

border-color css

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

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

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