Html Css Color HEX #9B6964 Dark Chestnut

📋 copy color: '#9B6964'

red 155 ◦ green 105 ◦ blue 100

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

Shades of Dark Chestnut #9B6964

Tints of Dark Chestnut #9B6964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.78%

R = 43.06%
G = 29.17%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9B6964 (or 0x9B6964) is known color: Dark Chestnut. HEX triplet: 9B, 69 and 64. RGB value is (155,105,100). Sum of RGB (Red+Green+Blue) = 155+105+100=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6964 is #64969B. Grayscale: #777777. Windows color (decimal): -6592156 or 6580635. OLE color: 6580635.

HSL color Cylindrical-coordinate representation of color #9B6964: hue angle of 5.45º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B6964 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 105 100 -
CMYK 0 0.32 0.35 0.39
HSL 5.45º 0.22% 0.5% -
HSV(B) 5.45º 0.35% 0.61% -
XYZ 20.87 17.99 14.43 -
YUV 119.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 155 105 100 0 0.32 0.35 0.39 5.45 0.22 0.5
Hex 9B 69 64 0 20 23 27 5 16 32
Octal 233 151 144 0 40 43 47 5 26 62
Binary 10011011 1101001 1100100 0 100000 100011 100111 101 10110 110010

Color Harmonies of #9B6964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6964

Black with #9B6964

Text Example


Text Example

White with #9B6964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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