Html Css Color HEX #9B6F65 Dark Chestnut

📋 copy color: '#9B6F65'

red 155 ◦ green 111 ◦ blue 101

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

Shades of Dark Chestnut #9B6F65

Tints of Dark Chestnut #9B6F65

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.25%

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

R = 42.23%
G = 30.25%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9B6F65 (or 0x9B6F65) is known color: Dark Chestnut. HEX triplet: 9B, 6F and 65. RGB value is (155,111,101). Sum of RGB (Red+Green+Blue) = 155+111+101=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6F65 is #64909A. Grayscale: #7B7B7B. Windows color (decimal): -6590619 or 6647707. OLE color: 6647707.

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

Color convert

RGB 155 111 101 -
CMYK 0 0.28 0.35 0.39
HSL 11.11º 0.21% 0.5% -
HSV(B) 11.11º 0.35% 0.61% -
XYZ 21.55 19.28 14.9 -
YUV 123.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 155 111 101 0 0.28 0.35 0.39 11.11 0.21 0.5
Hex 9B 6F 65 0 1C 23 27 B 15 32
Octal 233 157 145 0 34 43 47 13 25 62
Binary 10011011 1101111 1100101 0 11100 100011 100111 1011 10101 110010

Color Harmonies of #9B6F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6F65

Black with #9B6F65

Text Example


Text Example

White with #9B6F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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