Html Css Color HEX #99645B Dark Chestnut

📋 copy color: '#99645B'

red 153 ◦ green 100 ◦ blue 91

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

Shades of Dark Chestnut #99645B

Tints of Dark Chestnut #99645B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.07%

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

R = 44.48%
G = 29.07%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#99645B (or 0x99645B) is known color: Dark Chestnut. HEX triplet: 99, 64 and 5B. RGB value is (153,100,91). Sum of RGB (Red+Green+Blue) = 153+100+91=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #99645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99645B is #669BA4. Grayscale: #727272. Windows color (decimal): -6724517 or 5989529. OLE color: 5989529.

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

Color convert

RGB 153 100 91 -
CMYK 0 0.35 0.41 0.4
HSL 8.71º 0.25% 0.48% -
HSV(B) 8.71º 0.41% 0.6% -
XYZ 19.58 16.64 12.08 -
YUV 114.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 153 100 91 0 0.35 0.41 0.4 8.71 0.25 0.48
Hex 99 64 5B 0 23 29 28 9 19 30
Octal 231 144 133 0 43 51 50 11 31 60
Binary 10011001 1100100 1011011 0 100011 101001 101000 1001 11001 110000

Color Harmonies of #99645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99645B

Black with #99645B

Text Example


Text Example

White with #99645B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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