Html Css Color HEX #9B726D Dark Chestnut

📋 copy color: '#9B726D'

red 155 ◦ green 114 ◦ blue 109

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

Shades of Dark Chestnut #9B726D

Tints of Dark Chestnut #9B726D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.84%

R = 41.01%
G = 30.16%
B = 28.84%

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

#9B726D (or 0x9B726D) is known color: Dark Chestnut. HEX triplet: 9B, 72 and 6D. RGB value is (155,114,109). Sum of RGB (Red+Green+Blue) = 155+114+109=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 155 - color contains mainly: red. Hex color #9B726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B726D is #648D92. Grayscale: #7D7D7D. Windows color (decimal): -6589843 or 7172763. OLE color: 7172763.

HSL color Cylindrical-coordinate representation of color #9B726D: hue angle of 6.52º 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 #9B726D is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 114 109 -
CMYK 0 0.26 0.30 0.39
HSL 6.52º 0.19% 0.52% -
HSV(B) 6.52º 0.3% 0.61% -
XYZ 22.3 20.11 17.17 -
YUV 125.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 155 114 109 0 0.26 0.30 0.39 6.52 0.19 0.52
Hex 9B 72 6D 0 1A 1E 27 7 13 34
Octal 233 162 155 0 32 36 47 7 23 64
Binary 10011011 1110010 1101101 0 11010 11110 100111 111 10011 110100

Color Harmonies of #9B726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B726D

Black with #9B726D

Text Example


Text Example

White with #9B726D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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