Shades of Golden Brown #98671D
Tints of Golden Brown #98671D
RGB
CMYK
RGB Variations
Color information
#98671D (or 0x98671D) is known color: Golden Brown. HEX triplet: 98, 67 and 1D. RGB value is (152,103,29). Sum of RGB (Red+Green+Blue) = 152+103+29=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #98671D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98671D is #6798E2. Grayscale: #6D6D6D. Windows color (decimal): -6789347 or 1927064. OLE color: 1927064.
HSL color Cylindrical-coordinate representation of color #98671D: hue angle of 36.1º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98671D is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 29 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.40 |
| HSL | 36.1º | 0.68% | 0.35% | - |
| HSV(B) | 36.1º | 0.81% | 0.6% | - |
| XYZ | 18.02 | 16.46 | 3.39 | - |
| YUV | 109.22 | 82.73 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 29 | 0 | 0.32 | 0.81 | 0.40 | 36.1 | 0.68 | 0.35 |
| Hex | 98 | 67 | 1D | 0 | 20 | 51 | 28 | 24 | 44 | 23 |
| Octal | 230 | 147 | 35 | 0 | 40 | 121 | 50 | 44 | 104 | 43 |
| Binary | 10011000 | 1100111 | 11101 | 0 | 100000 | 1010001 | 101000 | 100100 | 1000100 | 100011 |
Color Harmonies of #98671D
Complementary color
Monochromatic Colors of #98671D
Black with #98671D
Text Example
Text Example
White with #98671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98671D; }
p { color: rgb(152,103,29); }
H1.HeaderClassName
{
color: #98671D;
}
.AnyTagClassName
{
color: #98671D;
}
</style>
background-color css
<style>
a { background-color: #98671D; }
a { background-color: rgb(152,103,29); }
div.DivClassName
{
background-color: #98671D;
}
.BgClassName
{
background-color: #98671D;
}
</style>
border-color css
<style>
span { border-color: #98671D; }
span { border-color: rgb(152,103,29); }
td.TdClassName
{
border-color: #98671D;
}
.TagClassName
{
border-color: #98671D;
}
</style>