Html Css Color HEX #99625B Dark Chestnut

📋 copy color: '#99625B'

red 153 ◦ green 98 ◦ blue 91

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

Shades of Dark Chestnut #99625B

Tints of Dark Chestnut #99625B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.65%

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

R = 44.74%
G = 28.65%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#99625B (or 0x99625B) is known color: Dark Chestnut. HEX triplet: 99, 62 and 5B. RGB value is (153,98,91). Sum of RGB (Red+Green+Blue) = 153+98+91=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #99625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99625B is #669DA4. Grayscale: #717171. Windows color (decimal): -6725029 or 5989017. OLE color: 5989017.

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

Color convert

RGB 153 98 91 -
CMYK 0 0.36 0.41 0.4
HSL 6.77º 0.25% 0.48% -
HSV(B) 6.77º 0.41% 0.6% -
XYZ 19.39 16.26 12.01 -
YUV 113.65 115.22 156.07 -
System Red Green Blue C M Y K H S L
Decimal 153 98 91 0 0.36 0.41 0.4 6.77 0.25 0.48
Hex 99 62 5B 0 24 29 28 7 19 30
Octal 231 142 133 0 44 51 50 7 31 60
Binary 10011001 1100010 1011011 0 100100 101001 101000 111 11001 110000

Color Harmonies of #99625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99625B

Black with #99625B

Text Example


Text Example

White with #99625B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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