Shades of Au Chico #99665A
Tints of Au Chico #99665A
RGB
CMYK
RGB Variations
Color information
#99665A (or 0x99665A) is known color: Au Chico. HEX triplet: 99, 66 and 5A. RGB value is (153,102,90). Sum of RGB (Red+Green+Blue) = 153+102+90=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99665A is #6699A5. Grayscale: #737373. Windows color (decimal): -6724006 or 5924505. OLE color: 5924505.
HSL color Cylindrical-coordinate representation of color #99665A: hue angle of 11.43º 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 #99665A is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 90 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.4 |
| HSL | 11.43º | 0.26% | 0.48% | - |
| HSV(B) | 11.43º | 0.41% | 0.6% | - |
| XYZ | 19.73 | 17.01 | 11.92 | - |
| YUV | 115.88 | 113.4 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 90 | 0 | 0.33 | 0.41 | 0.4 | 11.43 | 0.26 | 0.48 |
| Hex | 99 | 66 | 5A | 0 | 21 | 29 | 28 | B | 1A | 30 |
| Octal | 231 | 146 | 132 | 0 | 41 | 51 | 50 | 13 | 32 | 60 |
| Binary | 10011001 | 1100110 | 1011010 | 0 | 100001 | 101001 | 101000 | 1011 | 11010 | 110000 |
Color Harmonies of #99665A
Complementary color
Monochromatic Colors of #99665A
Black with #99665A
Text Example
Text Example
White with #99665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99665A; }
p { color: rgb(153,102,90); }
H1.HeaderClassName
{
color: #99665A;
}
.AnyTagClassName
{
color: #99665A;
}
</style>
background-color css
<style>
a { background-color: #99665A; }
a { background-color: rgb(153,102,90); }
div.DivClassName
{
background-color: #99665A;
}
.BgClassName
{
background-color: #99665A;
}
</style>
border-color css
<style>
span { border-color: #99665A; }
span { border-color: rgb(153,102,90); }
td.TdClassName
{
border-color: #99665A;
}
.TagClassName
{
border-color: #99665A;
}
</style>