Shades of Golden Brown #98670F
Tints of Golden Brown #98670F
RGB
CMYK
RGB Variations
Color information
#98670F (or 0x98670F) is known color: Golden Brown. HEX triplet: 98, 67 and 0F. RGB value is (152,103,15). Sum of RGB (Red+Green+Blue) = 152+103+15=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #98670F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98670F is #6798F0. Grayscale: #6C6C6C. Windows color (decimal): -6789361 or 1009560. OLE color: 1009560.
HSL color Cylindrical-coordinate representation of color #98670F: hue angle of 38.54º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98670F is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 15 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.40 |
| HSL | 38.54º | 0.82% | 0.33% | - |
| HSV(B) | 38.54º | 0.9% | 0.6% | - |
| XYZ | 17.89 | 16.41 | 2.68 | - |
| YUV | 107.62 | 75.73 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 15 | 0 | 0.32 | 0.90 | 0.40 | 38.54 | 0.82 | 0.33 |
| Hex | 98 | 67 | F | 0 | 20 | 5A | 28 | 27 | 52 | 21 |
| Octal | 230 | 147 | 17 | 0 | 40 | 132 | 50 | 47 | 122 | 41 |
| Binary | 10011000 | 1100111 | 1111 | 0 | 100000 | 1011010 | 101000 | 100111 | 1010010 | 100001 |
Color Harmonies of #98670F
Complementary color
Monochromatic Colors of #98670F
Black with #98670F
Text Example
Text Example
White with #98670F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98670F; }
p { color: rgb(152,103,15); }
H1.HeaderClassName
{
color: #98670F;
}
.AnyTagClassName
{
color: #98670F;
}
</style>
background-color css
<style>
a { background-color: #98670F; }
a { background-color: rgb(152,103,15); }
div.DivClassName
{
background-color: #98670F;
}
.BgClassName
{
background-color: #98670F;
}
</style>
border-color css
<style>
span { border-color: #98670F; }
span { border-color: rgb(152,103,15); }
td.TdClassName
{
border-color: #98670F;
}
.TagClassName
{
border-color: #98670F;
}
</style>