Shades of Golden Brown #9B651C
Tints of Golden Brown #9B651C
RGB
CMYK
RGB Variations
Color information
#9B651C (or 0x9B651C) is known color: Golden Brown. HEX triplet: 9B, 65 and 1C. RGB value is (155,101,28). Sum of RGB (Red+Green+Blue) = 155+101+28=284 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.58% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 155 - color contains mainly: red. Hex color #9B651C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B651C is #649AE3. Grayscale: #6D6D6D. Windows color (decimal): -6593252 or 1861019. OLE color: 1861019.
HSL color Cylindrical-coordinate representation of color #9B651C: hue angle of 34.49º 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 #9B651C is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 101 | 28 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.39 |
| HSL | 34.49º | 0.69% | 0.36% | - |
| HSV(B) | 34.49º | 0.82% | 0.61% | - |
| XYZ | 18.38 | 16.36 | 3.29 | - |
| YUV | 108.82 | 82.39 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 101 | 28 | 0 | 0.35 | 0.82 | 0.39 | 34.49 | 0.69 | 0.36 |
| Hex | 9B | 65 | 1C | 0 | 23 | 52 | 27 | 22 | 45 | 24 |
| Octal | 233 | 145 | 34 | 0 | 43 | 122 | 47 | 42 | 105 | 44 |
| Binary | 10011011 | 1100101 | 11100 | 0 | 100011 | 1010010 | 100111 | 100010 | 1000101 | 100100 |
Color Harmonies of #9B651C
Complementary color
Monochromatic Colors of #9B651C
Black with #9B651C
Text Example
Text Example
White with #9B651C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B651C; }
p { color: rgb(155,101,28); }
H1.HeaderClassName
{
color: #9B651C;
}
.AnyTagClassName
{
color: #9B651C;
}
</style>
background-color css
<style>
a { background-color: #9B651C; }
a { background-color: rgb(155,101,28); }
div.DivClassName
{
background-color: #9B651C;
}
.BgClassName
{
background-color: #9B651C;
}
</style>
border-color css
<style>
span { border-color: #9B651C; }
span { border-color: rgb(155,101,28); }
td.TdClassName
{
border-color: #9B651C;
}
.TagClassName
{
border-color: #9B651C;
}
</style>