Html Css Color HEX #9F655E Dark Chestnut

📋 copy color: '#9F655E'

red 159 ◦ green 101 ◦ blue 94

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

Shades of Dark Chestnut #9F655E

Tints of Dark Chestnut #9F655E

RGB

 RED value IS 159 (62.5% from 255) = 44.92%

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

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

R = 44.92%
G = 28.53%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9F655E (or 0x9F655E) is known color: Dark Chestnut. HEX triplet: 9F, 65 and 5E. RGB value is (159,101,94). Sum of RGB (Red+Green+Blue) = 159+101+94=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F655E is #609AA1. Grayscale: #757575. Windows color (decimal): -6331042 or 6186399. OLE color: 6186399.

HSL color Cylindrical-coordinate representation of color #9F655E: hue angle of 6.46º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F655E is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 101 94 -
CMYK 0 0.36 0.41 0.38
HSL 6.46º 0.26% 0.5% -
HSV(B) 6.46º 0.41% 0.62% -
XYZ 20.97 17.49 12.86 -
YUV 117.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 159 101 94 0 0.36 0.41 0.38 6.46 0.26 0.5
Hex 9F 65 5E 0 24 29 26 6 1A 32
Octal 237 145 136 0 44 51 46 6 32 62
Binary 10011111 1100101 1011110 0 100100 101001 100110 110 11010 110010

Color Harmonies of #9F655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F655E

Black with #9F655E

Text Example


Text Example

White with #9F655E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,101,94); }

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

background-color css

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

 a { background-color: rgb(159,101,94); }

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

border-color css

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

 span { border-color: rgb(159,101,94); }

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