Shades of Au Chico #9B675A
Tints of Au Chico #9B675A
RGB
CMYK
RGB Variations
Color information
#9B675A (or 0x9B675A) is known color: Au Chico. HEX triplet: 9B, 67 and 5A. RGB value is (155,103,90). Sum of RGB (Red+Green+Blue) = 155+103+90=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B675A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B675A is #6498A5. Grayscale: #757575. Windows color (decimal): -6592678 or 5924763. OLE color: 5924763.
HSL color Cylindrical-coordinate representation of color #9B675A: hue angle of 12º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B675A is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 103 | 90 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.39 |
| HSL | 12º | 0.27% | 0.48% | - |
| HSV(B) | 12º | 0.42% | 0.61% | - |
| XYZ | 20.21 | 17.41 | 11.97 | - |
| YUV | 117.07 | 112.73 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 103 | 90 | 0 | 0.34 | 0.42 | 0.39 | 12 | 0.27 | 0.48 |
| Hex | 9B | 67 | 5A | 0 | 22 | 2A | 27 | C | 1B | 30 |
| Octal | 233 | 147 | 132 | 0 | 42 | 52 | 47 | 14 | 33 | 60 |
| Binary | 10011011 | 1100111 | 1011010 | 0 | 100010 | 101010 | 100111 | 1100 | 11011 | 110000 |
Color Harmonies of #9B675A
Complementary color
Monochromatic Colors of #9B675A
Black with #9B675A
Text Example
Text Example
White with #9B675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B675A; }
p { color: rgb(155,103,90); }
H1.HeaderClassName
{
color: #9B675A;
}
.AnyTagClassName
{
color: #9B675A;
}
</style>
background-color css
<style>
a { background-color: #9B675A; }
a { background-color: rgb(155,103,90); }
div.DivClassName
{
background-color: #9B675A;
}
.BgClassName
{
background-color: #9B675A;
}
</style>
border-color css
<style>
span { border-color: #9B675A; }
span { border-color: rgb(155,103,90); }
td.TdClassName
{
border-color: #9B675A;
}
.TagClassName
{
border-color: #9B675A;
}
</style>