Html Css Color HEX #9B695E Dark Chestnut

📋 copy color: '#9B695E'

red 155 ◦ green 105 ◦ blue 94

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

Shades of Dark Chestnut #9B695E

Tints of Dark Chestnut #9B695E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.66%

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

R = 43.79%
G = 29.66%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9B695E (or 0x9B695E) is known color: Dark Chestnut. HEX triplet: 9B, 69 and 5E. RGB value is (155,105,94). Sum of RGB (Red+Green+Blue) = 155+105+94=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B695E is #6496A1. Grayscale: #767676. Windows color (decimal): -6592162 or 6187419. OLE color: 6187419.

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

Color convert

RGB 155 105 94 -
CMYK 0 0.32 0.39 0.39
HSL 10.82º 0.24% 0.49% -
HSV(B) 10.82º 0.39% 0.61% -
XYZ 20.59 17.88 12.96 -
YUV 118.7 114.07 153.89 -
System Red Green Blue C M Y K H S L
Decimal 155 105 94 0 0.32 0.39 0.39 10.82 0.24 0.49
Hex 9B 69 5E 0 20 27 27 B 18 31
Octal 233 151 136 0 40 47 47 13 30 61
Binary 10011011 1101001 1011110 0 100000 100111 100111 1011 11000 110001

Color Harmonies of #9B695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B695E

Black with #9B695E

Text Example


Text Example

White with #9B695E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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