Html Css Color HEX #9B685D Dark Chestnut

📋 copy color: '#9B685D'

red 155 ◦ green 104 ◦ blue 93

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

Shades of Dark Chestnut #9B685D

Tints of Dark Chestnut #9B685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.55%

 BLUE value IS 93 (36.72% from 255) = 26.42%

R = 44.03%
G = 29.55%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#9B685D (or 0x9B685D) is known color: Dark Chestnut. HEX triplet: 9B, 68 and 5D. RGB value is (155,104,93). Sum of RGB (Red+Green+Blue) = 155+104+93=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B685D is #6497A2. Grayscale: #767676. Windows color (decimal): -6592419 or 6121627. OLE color: 6121627.

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

Color convert

RGB 155 104 93 -
CMYK 0 0.33 0.4 0.39
HSL 10.65º 0.25% 0.49% -
HSV(B) 10.65º 0.4% 0.61% -
XYZ 20.44 17.66 12.69 -
YUV 118 113.9 154.39 -
System Red Green Blue C M Y K H S L
Decimal 155 104 93 0 0.33 0.4 0.39 10.65 0.25 0.49
Hex 9B 68 5D 0 21 28 27 B 19 31
Octal 233 150 135 0 41 50 47 13 31 61
Binary 10011011 1101000 1011101 0 100001 101000 100111 1011 11001 110001

Color Harmonies of #9B685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B685D

Black with #9B685D

Text Example


Text Example

White with #9B685D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,104,93); }

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

background-color css

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

 a { background-color: rgb(155,104,93); }

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

border-color css

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

 span { border-color: rgb(155,104,93); }

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