Html Css Color HEX #99615B Dark Chestnut

📋 copy color: '#99615B'

red 153 ◦ green 97 ◦ blue 91

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

Shades of Dark Chestnut #99615B

Tints of Dark Chestnut #99615B

RGB

 RED value IS 153 (60.16% from 255) = 44.87%

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

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

R = 44.87%
G = 28.45%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#99615B (or 0x99615B) is known color: Dark Chestnut. HEX triplet: 99, 61 and 5B. RGB value is (153,97,91). Sum of RGB (Red+Green+Blue) = 153+97+91=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #99615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99615B is #669EA4. Grayscale: #717171. Windows color (decimal): -6725285 or 5988761. OLE color: 5988761.

HSL color Cylindrical-coordinate representation of color #99615B: hue angle of 5.81º degrees, saturation: 0.25, 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 #99615B is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 97 91 -
CMYK 0 0.37 0.41 0.4
HSL 5.81º 0.25% 0.48% -
HSV(B) 5.81º 0.41% 0.6% -
XYZ 19.3 16.08 11.98 -
YUV 113.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 153 97 91 0 0.37 0.41 0.4 5.81 0.25 0.48
Hex 99 61 5B 0 25 29 28 6 19 30
Octal 231 141 133 0 45 51 50 6 31 60
Binary 10011001 1100001 1011011 0 100101 101001 101000 110 11001 110000

Color Harmonies of #99615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99615B

Black with #99615B

Text Example


Text Example

White with #99615B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99615B; }

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

 H1.HeaderClassName
 {
   color: #99615B;
 }
 .AnyTagClassName
 {
   color: #99615B;
 }
</style>

background-color css

<style>
 a { background-color: #99615B; }

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

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

border-color css

<style>
 span { border-color: #99615B; }

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

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