Shades of Golden Brown #98670D
Tints of Golden Brown #98670D
RGB
CMYK
RGB Variations
Color information
#98670D (or 0x98670D) is known color: Golden Brown. HEX triplet: 98, 67 and 0D. RGB value is (152,103,13). Sum of RGB (Red+Green+Blue) = 152+103+13=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #98670D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98670D is #6798F2. Grayscale: #6B6B6B. Windows color (decimal): -6789363 or 878488. OLE color: 878488.
HSL color Cylindrical-coordinate representation of color #98670D: hue angle of 38.85º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98670D is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 13 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.40 |
| HSL | 38.85º | 0.84% | 0.32% | - |
| HSV(B) | 38.85º | 0.91% | 0.6% | - |
| XYZ | 17.87 | 16.4 | 2.61 | - |
| YUV | 107.39 | 74.73 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 13 | 0 | 0.32 | 0.91 | 0.40 | 38.85 | 0.84 | 0.32 |
| Hex | 98 | 67 | D | 0 | 20 | 5B | 28 | 27 | 54 | 20 |
| Octal | 230 | 147 | 15 | 0 | 40 | 133 | 50 | 47 | 124 | 40 |
| Binary | 10011000 | 1100111 | 1101 | 0 | 100000 | 1011011 | 101000 | 100111 | 1010100 | 100000 |
Color Harmonies of #98670D
Complementary color
Monochromatic Colors of #98670D
Black with #98670D
Text Example
Text Example
White with #98670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98670D; }
p { color: rgb(152,103,13); }
H1.HeaderClassName
{
color: #98670D;
}
.AnyTagClassName
{
color: #98670D;
}
</style>
background-color css
<style>
a { background-color: #98670D; }
a { background-color: rgb(152,103,13); }
div.DivClassName
{
background-color: #98670D;
}
.BgClassName
{
background-color: #98670D;
}
</style>
border-color css
<style>
span { border-color: #98670D; }
span { border-color: rgb(152,103,13); }
td.TdClassName
{
border-color: #98670D;
}
.TagClassName
{
border-color: #98670D;
}
</style>