Shades of Golden Brown #91661C
Tints of Golden Brown #91661C
RGB
CMYK
RGB Variations
Color information
#91661C (or 0x91661C) is known color: Golden Brown. HEX triplet: 91, 66 and 1C. RGB value is (145,102,28). Sum of RGB (Red+Green+Blue) = 145+102+28=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #91661C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91661C is #6E99E3. Grayscale: #6A6A6A. Windows color (decimal): -7248356 or 1861265. OLE color: 1861265.
HSL color Cylindrical-coordinate representation of color #91661C: hue angle of 37.95º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #91661C is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 102 | 28 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.43 |
| HSL | 37.95º | 0.68% | 0.34% | - |
| HSV(B) | 37.95º | 0.81% | 0.57% | - |
| XYZ | 16.64 | 15.61 | 3.23 | - |
| YUV | 106.42 | 83.75 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 28 | 0 | 0.30 | 0.81 | 0.43 | 37.95 | 0.68 | 0.34 |
| Hex | 91 | 66 | 1C | 0 | 1E | 51 | 2B | 26 | 44 | 22 |
| Octal | 221 | 146 | 34 | 0 | 36 | 121 | 53 | 46 | 104 | 42 |
| Binary | 10010001 | 1100110 | 11100 | 0 | 11110 | 1010001 | 101011 | 100110 | 1000100 | 100010 |
Color Harmonies of #91661C
Complementary color
Monochromatic Colors of #91661C
Black with #91661C
Text Example
Text Example
White with #91661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91661C; }
p { color: rgb(145,102,28); }
H1.HeaderClassName
{
color: #91661C;
}
.AnyTagClassName
{
color: #91661C;
}
</style>
background-color css
<style>
a { background-color: #91661C; }
a { background-color: rgb(145,102,28); }
div.DivClassName
{
background-color: #91661C;
}
.BgClassName
{
background-color: #91661C;
}
</style>
border-color css
<style>
span { border-color: #91661C; }
span { border-color: rgb(145,102,28); }
td.TdClassName
{
border-color: #91661C;
}
.TagClassName
{
border-color: #91661C;
}
</style>