Html Css Color HEX #99615A Dark Chestnut

📋 copy color: '#99615A'

red 153 ◦ green 97 ◦ blue 90

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

Shades of Dark Chestnut #99615A

Tints of Dark Chestnut #99615A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.47%

R = 45%
G = 28.53%
B = 26.47%

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

#99615A (or 0x99615A) is known color: Dark Chestnut. HEX triplet: 99, 61 and 5A. RGB value is (153,97,90). Sum of RGB (Red+Green+Blue) = 153+97+90=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #99615A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99615A is #669EA5. Grayscale: #717171. Windows color (decimal): -6725286 or 5923225. OLE color: 5923225.

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

Color convert

RGB 153 97 90 -
CMYK 0 0.37 0.41 0.4
HSL 6.67º 0.26% 0.48% -
HSV(B) 6.67º 0.41% 0.6% -
XYZ 19.26 16.06 11.76 -
YUV 112.95 115.05 156.57 -
System Red Green Blue C M Y K H S L
Decimal 153 97 90 0 0.37 0.41 0.4 6.67 0.26 0.48
Hex 99 61 5A 0 25 29 28 7 1A 30
Octal 231 141 132 0 45 51 50 7 32 60
Binary 10011001 1100001 1011010 0 100101 101001 101000 111 11010 110000

Color Harmonies of #99615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99615A

Black with #99615A

Text Example


Text Example

White with #99615A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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