Shades of Chinook #99C6A1
Tints of Chinook #99C6A1
RGB
CMYK
RGB Variations
Color information
#99C6A1 (or 0x99C6A1) is known color: Chinook. HEX triplet: 99, C6 and A1. RGB value is (153,198,161). Sum of RGB (Red+Green+Blue) = 153+198+161=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 198 - color contains mainly: green. Hex color #99C6A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C6A1 is #66395E. Grayscale: #B4B4B4. Windows color (decimal): -6699359 or 10602137. OLE color: 10602137.
HSL color Cylindrical-coordinate representation of color #99C6A1: hue angle of 130.67º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99C6A1 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 198 | 161 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.22 |
| HSL | 130.67º | 0.28% | 0.69% | - |
| HSV(B) | 130.67º | 0.23% | 0.78% | - |
| XYZ | 39.76 | 49.73 | 41.22 | - |
| YUV | 180.33 | 117.09 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 198 | 161 | 0.23 | 0 | 0.19 | 0.22 | 130.67 | 0.28 | 0.69 |
| Hex | 99 | C6 | A1 | 17 | 0 | 13 | 16 | 83 | 1C | 45 |
| Octal | 231 | 306 | 241 | 27 | 0 | 23 | 26 | 203 | 34 | 105 |
| Binary | 10011001 | 11000110 | 10100001 | 10111 | 0 | 10011 | 10110 | 10000011 | 11100 | 1000101 |
Color Harmonies of #99C6A1
Complementary color
Monochromatic Colors of #99C6A1
Black with #99C6A1
Text Example
Text Example
White with #99C6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C6A1; }
p { color: rgb(153,198,161); }
H1.HeaderClassName
{
color: #99C6A1;
}
.AnyTagClassName
{
color: #99C6A1;
}
</style>
background-color css
<style>
a { background-color: #99C6A1; }
a { background-color: rgb(153,198,161); }
div.DivClassName
{
background-color: #99C6A1;
}
.BgClassName
{
background-color: #99C6A1;
}
</style>
border-color css
<style>
span { border-color: #99C6A1; }
span { border-color: rgb(153,198,161); }
td.TdClassName
{
border-color: #99C6A1;
}
.TagClassName
{
border-color: #99C6A1;
}
</style>