Html Css Color HEX #9B655C Dark Chestnut

📋 copy color: '#9B655C'

red 155 ◦ green 101 ◦ blue 92

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

Shades of Dark Chestnut #9B655C

Tints of Dark Chestnut #9B655C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.02%

 BLUE value IS 92 (36.33% from 255) = 26.44%

R = 44.54%
G = 29.02%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B655C (or 0x9B655C) is known color: Dark Chestnut. HEX triplet: 9B, 65 and 5C. RGB value is (155,101,92). Sum of RGB (Red+Green+Blue) = 155+101+92=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B655C is #649AA3. Grayscale: #747474. Windows color (decimal): -6593188 or 6055323. OLE color: 6055323.

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

Color convert

RGB 155 101 92 -
CMYK 0 0.35 0.41 0.39
HSL 8.57º 0.26% 0.48% -
HSV(B) 8.57º 0.41% 0.61% -
XYZ 20.1 17.05 12.36 -
YUV 116.12 114.39 155.73 -
System Red Green Blue C M Y K H S L
Decimal 155 101 92 0 0.35 0.41 0.39 8.57 0.26 0.48
Hex 9B 65 5C 0 23 29 27 9 1A 30
Octal 233 145 134 0 43 51 47 11 32 60
Binary 10011011 1100101 1011100 0 100011 101001 100111 1001 11010 110000

Color Harmonies of #9B655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B655C

Black with #9B655C

Text Example


Text Example

White with #9B655C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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