Shades of Golden Brown #99681C
Tints of Golden Brown #99681C
RGB
CMYK
RGB Variations
Color information
#99681C (or 0x99681C) is known color: Golden Brown. HEX triplet: 99, 68 and 1C. RGB value is (153,104,28). Sum of RGB (Red+Green+Blue) = 153+104+28=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #99681C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99681C is #6697E3. Grayscale: #6E6E6E. Windows color (decimal): -6723556 or 1861785. OLE color: 1861785.
HSL color Cylindrical-coordinate representation of color #99681C: hue angle of 36.48º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99681C is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 28 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.4 |
| HSL | 36.48º | 0.69% | 0.35% | - |
| HSV(B) | 36.48º | 0.82% | 0.6% | - |
| XYZ | 18.3 | 16.76 | 3.37 | - |
| YUV | 109.99 | 81.73 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 28 | 0 | 0.32 | 0.82 | 0.4 | 36.48 | 0.69 | 0.35 |
| Hex | 99 | 68 | 1C | 0 | 20 | 52 | 28 | 24 | 45 | 23 |
| Octal | 231 | 150 | 34 | 0 | 40 | 122 | 50 | 44 | 105 | 43 |
| Binary | 10011001 | 1101000 | 11100 | 0 | 100000 | 1010010 | 101000 | 100100 | 1000101 | 100011 |
Color Harmonies of #99681C
Complementary color
Monochromatic Colors of #99681C
Black with #99681C
Text Example
Text Example
White with #99681C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99681C; }
p { color: rgb(153,104,28); }
H1.HeaderClassName
{
color: #99681C;
}
.AnyTagClassName
{
color: #99681C;
}
</style>
background-color css
<style>
a { background-color: #99681C; }
a { background-color: rgb(153,104,28); }
div.DivClassName
{
background-color: #99681C;
}
.BgClassName
{
background-color: #99681C;
}
</style>
border-color css
<style>
span { border-color: #99681C; }
span { border-color: rgb(153,104,28); }
td.TdClassName
{
border-color: #99681C;
}
.TagClassName
{
border-color: #99681C;
}
</style>