Html Css Color HEX #9B6E65 Dark Chestnut

📋 copy color: '#9B6E65'

red 155 ◦ green 110 ◦ blue 101

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

Shades of Dark Chestnut #9B6E65

Tints of Dark Chestnut #9B6E65

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.05%

 BLUE value IS 101 (39.84% from 255) = 27.6%

R = 42.35%
G = 30.05%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9B6E65 (or 0x9B6E65) is known color: Dark Chestnut. HEX triplet: 9B, 6E and 65. RGB value is (155,110,101). Sum of RGB (Red+Green+Blue) = 155+110+101=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6E65 is #64919A. Grayscale: #7A7A7A. Windows color (decimal): -6590875 or 6647451. OLE color: 6647451.

HSL color Cylindrical-coordinate representation of color #9B6E65: hue angle of 10º degrees, saturation: 0.21, 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 #9B6E65 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 110 101 -
CMYK 0 0.29 0.35 0.39
HSL 10º 0.21% 0.5% -
HSV(B) 10º 0.35% 0.61% -
XYZ 21.44 19.06 14.86 -
YUV 122.43 115.91 151.23 -
System Red Green Blue C M Y K H S L
Decimal 155 110 101 0 0.29 0.35 0.39 10 0.21 0.5
Hex 9B 6E 65 0 1D 23 27 A 15 32
Octal 233 156 145 0 35 43 47 12 25 62
Binary 10011011 1101110 1100101 0 11101 100011 100111 1010 10101 110010

Color Harmonies of #9B6E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6E65

Black with #9B6E65

Text Example


Text Example

White with #9B6E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,110,101); }

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

background-color css

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

 a { background-color: rgb(155,110,101); }

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

border-color css

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

 span { border-color: rgb(155,110,101); }

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