Shades of Au Chico #9B6754
Tints of Au Chico #9B6754
RGB
CMYK
RGB Variations
Color information
#9B6754 (or 0x9B6754) is known color: Au Chico. HEX triplet: 9B, 67 and 54. RGB value is (155,103,84). Sum of RGB (Red+Green+Blue) = 155+103+84=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6754 is #6498AB. Grayscale: #747474. Windows color (decimal): -6592684 or 5531547. OLE color: 5531547.
HSL color Cylindrical-coordinate representation of color #9B6754: hue angle of 16.06º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B6754 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 103 | 84 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.39 |
| HSL | 16.06º | 0.3% | 0.47% | - |
| HSV(B) | 16.06º | 0.46% | 0.61% | - |
| XYZ | 19.97 | 17.31 | 10.68 | - |
| YUV | 116.38 | 109.73 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 103 | 84 | 0 | 0.34 | 0.46 | 0.39 | 16.06 | 0.3 | 0.47 |
| Hex | 9B | 67 | 54 | 0 | 22 | 2E | 27 | 10 | 1E | 2F |
| Octal | 233 | 147 | 124 | 0 | 42 | 56 | 47 | 20 | 36 | 57 |
| Binary | 10011011 | 1100111 | 1010100 | 0 | 100010 | 101110 | 100111 | 10000 | 11110 | 101111 |
Color Harmonies of #9B6754
Complementary color
Monochromatic Colors of #9B6754
Black with #9B6754
Text Example
Text Example
White with #9B6754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6754; }
p { color: rgb(155,103,84); }
H1.HeaderClassName
{
color: #9B6754;
}
.AnyTagClassName
{
color: #9B6754;
}
</style>
background-color css
<style>
a { background-color: #9B6754; }
a { background-color: rgb(155,103,84); }
div.DivClassName
{
background-color: #9B6754;
}
.BgClassName
{
background-color: #9B6754;
}
</style>
border-color css
<style>
span { border-color: #9B6754; }
span { border-color: rgb(155,103,84); }
td.TdClassName
{
border-color: #9B6754;
}
.TagClassName
{
border-color: #9B6754;
}
</style>