Html Css Color HEX #8C635A Dark Chestnut

📋 copy color: '#8C635A'

red 140 ◦ green 99 ◦ blue 90

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

Shades of Dark Chestnut #8C635A

Tints of Dark Chestnut #8C635A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.09%

 BLUE value IS 90 (35.55% from 255) = 27.36%

R = 42.55%
G = 30.09%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8C635A (or 0x8C635A) is known color: Dark Chestnut. HEX triplet: 8C, 63 and 5A. RGB value is (140,99,90). Sum of RGB (Red+Green+Blue) = 140+99+90=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 140 - color contains mainly: red. Hex color #8C635A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C635A is #739CA5. Grayscale: #6E6E6E. Windows color (decimal): -7576742 or 5923724. OLE color: 5923724.

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

Color convert

RGB 140 99 90 -
CMYK 0 0.29 0.36 0.45
HSL 10.8º 0.22% 0.45% -
HSV(B) 10.8º 0.36% 0.55% -
XYZ 17.12 15.24 11.71 -
YUV 110.23 116.58 149.23 -
System Red Green Blue C M Y K H S L
Decimal 140 99 90 0 0.29 0.36 0.45 10.8 0.22 0.45
Hex 8C 63 5A 0 1D 24 2D B 16 2D
Octal 214 143 132 0 35 44 55 13 26 55
Binary 10001100 1100011 1011010 0 11101 100100 101101 1011 10110 101101

Color Harmonies of #8C635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C635A

Black with #8C635A

Text Example


Text Example

White with #8C635A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,99,90); }

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

background-color css

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

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

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

border-color css

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

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

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