Html Css Color HEX #9B635C Dark Chestnut

📋 copy color: '#9B635C'

red 155 ◦ green 99 ◦ blue 92

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

Shades of Dark Chestnut #9B635C

Tints of Dark Chestnut #9B635C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.59%

R = 44.8%
G = 28.61%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B635C (or 0x9B635C) is known color: Dark Chestnut. HEX triplet: 9B, 63 and 5C. RGB value is (155,99,92). Sum of RGB (Red+Green+Blue) = 155+99+92=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B635C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B635C is #649CA3. Grayscale: #737373. Windows color (decimal): -6593700 or 6054811. OLE color: 6054811.

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

Color convert

RGB 155 99 92 -
CMYK 0 0.36 0.41 0.39
HSL 6.67º 0.26% 0.48% -
HSV(B) 6.67º 0.41% 0.61% -
XYZ 19.91 16.66 12.29 -
YUV 114.95 115.05 156.57 -
System Red Green Blue C M Y K H S L
Decimal 155 99 92 0 0.36 0.41 0.39 6.67 0.26 0.48
Hex 9B 63 5C 0 24 29 27 7 1A 30
Octal 233 143 134 0 44 51 47 7 32 60
Binary 10011011 1100011 1011100 0 100100 101001 100111 111 11010 110000

Color Harmonies of #9B635C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B635C

Black with #9B635C

Text Example


Text Example

White with #9B635C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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