Shades of Golden Brown #9B691C
Tints of Golden Brown #9B691C
RGB
CMYK
RGB Variations
Color information
#9B691C (or 0x9B691C) is known color: Golden Brown. HEX triplet: 9B, 69 and 1C. RGB value is (155,105,28). Sum of RGB (Red+Green+Blue) = 155+105+28=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B691C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B691C is #6496E3. Grayscale: #6F6F6F. Windows color (decimal): -6592228 or 1862043. OLE color: 1862043.
HSL color Cylindrical-coordinate representation of color #9B691C: hue angle of 36.38º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B691C is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 105 | 28 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.39 |
| HSL | 36.38º | 0.69% | 0.36% | - |
| HSV(B) | 36.38º | 0.82% | 0.61% | - |
| XYZ | 18.78 | 17.16 | 3.42 | - |
| YUV | 111.17 | 81.07 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 105 | 28 | 0 | 0.32 | 0.82 | 0.39 | 36.38 | 0.69 | 0.36 |
| Hex | 9B | 69 | 1C | 0 | 20 | 52 | 27 | 24 | 45 | 24 |
| Octal | 233 | 151 | 34 | 0 | 40 | 122 | 47 | 44 | 105 | 44 |
| Binary | 10011011 | 1101001 | 11100 | 0 | 100000 | 1010010 | 100111 | 100100 | 1000101 | 100100 |
Color Harmonies of #9B691C
Complementary color
Monochromatic Colors of #9B691C
Black with #9B691C
Text Example
Text Example
White with #9B691C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B691C; }
p { color: rgb(155,105,28); }
H1.HeaderClassName
{
color: #9B691C;
}
.AnyTagClassName
{
color: #9B691C;
}
</style>
background-color css
<style>
a { background-color: #9B691C; }
a { background-color: rgb(155,105,28); }
div.DivClassName
{
background-color: #9B691C;
}
.BgClassName
{
background-color: #9B691C;
}
</style>
border-color css
<style>
span { border-color: #9B691C; }
span { border-color: rgb(155,105,28); }
td.TdClassName
{
border-color: #9B691C;
}
.TagClassName
{
border-color: #9B691C;
}
</style>