Html Css Color HEX #9A615B Dark Chestnut

📋 copy color: '#9A615B'

red 154 ◦ green 97 ◦ blue 91

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

Shades of Dark Chestnut #9A615B

Tints of Dark Chestnut #9A615B

RGB

 RED value IS 154 (60.55% from 255) = 45.03%

 GREEN value IS 97 (38.28% from 255) = 28.36%

 BLUE value IS 91 (35.94% from 255) = 26.61%

R = 45.03%
G = 28.36%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#9A615B (or 0x9A615B) is known color: Dark Chestnut. HEX triplet: 9A, 61 and 5B. RGB value is (154,97,91). Sum of RGB (Red+Green+Blue) = 154+97+91=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 154 - color contains mainly: red. Hex color #9A615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A615B is #659EA4. Grayscale: #717171. Windows color (decimal): -6659749 or 5988762. OLE color: 5988762.

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

Color convert

RGB 154 97 91 -
CMYK 0 0.37 0.41 0.40
HSL 5.71º 0.26% 0.48% -
HSV(B) 5.71º 0.41% 0.6% -
XYZ 19.49 16.17 11.99 -
YUV 113.36 115.38 156.99 -
System Red Green Blue C M Y K H S L
Decimal 154 97 91 0 0.37 0.41 0.40 5.71 0.26 0.48
Hex 9A 61 5B 0 25 29 28 6 1A 30
Octal 232 141 133 0 45 51 50 6 32 60
Binary 10011010 1100001 1011011 0 100101 101001 101000 110 11010 110000

Color Harmonies of #9A615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A615B

Black with #9A615B

Text Example


Text Example

White with #9A615B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,97,91); }

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

background-color css

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

 a { background-color: rgb(154,97,91); }

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

border-color css

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

 span { border-color: rgb(154,97,91); }

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