Shades of Golden Brown #99670C
Tints of Golden Brown #99670C
RGB
CMYK
RGB Variations
Color information
#99670C (or 0x99670C) is known color: Golden Brown. HEX triplet: 99, 67 and 0C. RGB value is (153,103,12). Sum of RGB (Red+Green+Blue) = 153+103+12=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #99670C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99670C is #6698F3. Grayscale: #6B6B6B. Windows color (decimal): -6723828 or 812953. OLE color: 812953.
HSL color Cylindrical-coordinate representation of color #99670C: hue angle of 38.72º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99670C is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 103 | 12 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.4 |
| HSL | 38.72º | 0.85% | 0.32% | - |
| HSV(B) | 38.72º | 0.92% | 0.6% | - |
| XYZ | 18.05 | 16.5 | 2.58 | - |
| YUV | 107.58 | 74.07 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 12 | 0 | 0.33 | 0.92 | 0.4 | 38.72 | 0.85 | 0.32 |
| Hex | 99 | 67 | C | 0 | 21 | 5C | 28 | 27 | 55 | 20 |
| Octal | 231 | 147 | 14 | 0 | 41 | 134 | 50 | 47 | 125 | 40 |
| Binary | 10011001 | 1100111 | 1100 | 0 | 100001 | 1011100 | 101000 | 100111 | 1010101 | 100000 |
Color Harmonies of #99670C
Complementary color
Monochromatic Colors of #99670C
Black with #99670C
Text Example
Text Example
White with #99670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99670C; }
p { color: rgb(153,103,12); }
H1.HeaderClassName
{
color: #99670C;
}
.AnyTagClassName
{
color: #99670C;
}
</style>
background-color css
<style>
a { background-color: #99670C; }
a { background-color: rgb(153,103,12); }
div.DivClassName
{
background-color: #99670C;
}
.BgClassName
{
background-color: #99670C;
}
</style>
border-color css
<style>
span { border-color: #99670C; }
span { border-color: rgb(153,103,12); }
td.TdClassName
{
border-color: #99670C;
}
.TagClassName
{
border-color: #99670C;
}
</style>