Html Css Color HEX #9B726C Dark Chestnut

📋 copy color: '#9B726C'

red 155 ◦ green 114 ◦ blue 108

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

Shades of Dark Chestnut #9B726C

Tints of Dark Chestnut #9B726C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

 BLUE value IS 108 (42.58% from 255) = 28.65%

R = 41.11%
G = 30.24%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B726C (or 0x9B726C) is known color: Dark Chestnut. HEX triplet: 9B, 72 and 6C. RGB value is (155,114,108). Sum of RGB (Red+Green+Blue) = 155+114+108=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B726C is #648D93. Grayscale: #7D7D7D. Windows color (decimal): -6589844 or 7107227. OLE color: 7107227.

HSL color Cylindrical-coordinate representation of color #9B726C: hue angle of 7.66º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B726C is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 114 108 -
CMYK 0 0.26 0.30 0.39
HSL 7.66º 0.19% 0.52% -
HSV(B) 7.66º 0.3% 0.61% -
XYZ 22.24 20.09 16.89 -
YUV 125.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 155 114 108 0 0.26 0.30 0.39 7.66 0.19 0.52
Hex 9B 72 6C 0 1A 1E 27 8 13 34
Octal 233 162 154 0 32 36 47 10 23 64
Binary 10011011 1110010 1101100 0 11010 11110 100111 1000 10011 110100

Color Harmonies of #9B726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B726C

Black with #9B726C

Text Example


Text Example

White with #9B726C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,114,108); }

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

background-color css

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

 a { background-color: rgb(155,114,108); }

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

border-color css

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

 span { border-color: rgb(155,114,108); }

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