Html Css Color HEX #9B635E Dark Chestnut

📋 copy color: '#9B635E'

red 155 ◦ green 99 ◦ blue 94

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

Shades of Dark Chestnut #9B635E

Tints of Dark Chestnut #9B635E

RGB

 RED value IS 155 (60.94% from 255) = 44.54%

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

 BLUE value IS 94 (37.11% from 255) = 27.01%

R = 44.54%
G = 28.45%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9B635E (or 0x9B635E) is known color: Dark Chestnut. HEX triplet: 9B, 63 and 5E. RGB value is (155,99,94). Sum of RGB (Red+Green+Blue) = 155+99+94=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B635E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B635E is #649CA1. Grayscale: #737373. Windows color (decimal): -6593698 or 6185883. OLE color: 6185883.

HSL color Cylindrical-coordinate representation of color #9B635E: hue angle of 4.92º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B635E is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 99 94 -
CMYK 0 0.36 0.39 0.39
HSL 4.92º 0.24% 0.49% -
HSV(B) 4.92º 0.39% 0.61% -
XYZ 20 16.7 12.76 -
YUV 115.17 116.05 156.41 -
System Red Green Blue C M Y K H S L
Decimal 155 99 94 0 0.36 0.39 0.39 4.92 0.24 0.49
Hex 9B 63 5E 0 24 27 27 5 18 31
Octal 233 143 136 0 44 47 47 5 30 61
Binary 10011011 1100011 1011110 0 100100 100111 100111 101 11000 110001

Color Harmonies of #9B635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B635E

Black with #9B635E

Text Example


Text Example

White with #9B635E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B635E; }

 p { color: rgb(155,99,94); }

 H1.HeaderClassName
 {
   color: #9B635E;
 }
 .AnyTagClassName
 {
   color: #9B635E;
 }
</style>

background-color css

<style>
 a { background-color: #9B635E; }

 a { background-color: rgb(155,99,94); }

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

border-color css

<style>
 span { border-color: #9B635E; }

 span { border-color: rgb(155,99,94); }

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