Shades of Golden Brown #9A641C
Tints of Golden Brown #9A641C
RGB
CMYK
RGB Variations
Color information
#9A641C (or 0x9A641C) is known color: Golden Brown. HEX triplet: 9A, 64 and 1C. RGB value is (154,100,28). Sum of RGB (Red+Green+Blue) = 154+100+28=282 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.61% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 154 - color contains mainly: red. Hex color #9A641C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A641C is #659BE3. Grayscale: #6C6C6C. Windows color (decimal): -6659044 or 1860762. OLE color: 1860762.
HSL color Cylindrical-coordinate representation of color #9A641C: hue angle of 34.29º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A641C is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 100 | 28 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.40 |
| HSL | 34.29º | 0.69% | 0.36% | - |
| HSV(B) | 34.29º | 0.82% | 0.6% | - |
| XYZ | 18.09 | 16.07 | 3.25 | - |
| YUV | 107.94 | 82.89 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 100 | 28 | 0 | 0.35 | 0.82 | 0.40 | 34.29 | 0.69 | 0.36 |
| Hex | 9A | 64 | 1C | 0 | 23 | 52 | 28 | 22 | 45 | 24 |
| Octal | 232 | 144 | 34 | 0 | 43 | 122 | 50 | 42 | 105 | 44 |
| Binary | 10011010 | 1100100 | 11100 | 0 | 100011 | 1010010 | 101000 | 100010 | 1000101 | 100100 |
Color Harmonies of #9A641C
Complementary color
Monochromatic Colors of #9A641C
Black with #9A641C
Text Example
Text Example
White with #9A641C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A641C; }
p { color: rgb(154,100,28); }
H1.HeaderClassName
{
color: #9A641C;
}
.AnyTagClassName
{
color: #9A641C;
}
</style>
background-color css
<style>
a { background-color: #9A641C; }
a { background-color: rgb(154,100,28); }
div.DivClassName
{
background-color: #9A641C;
}
.BgClassName
{
background-color: #9A641C;
}
</style>
border-color css
<style>
span { border-color: #9A641C; }
span { border-color: rgb(154,100,28); }
td.TdClassName
{
border-color: #9A641C;
}
.TagClassName
{
border-color: #9A641C;
}
</style>