Shades of Golden Brown #98661D
Tints of Golden Brown #98661D
RGB
CMYK
RGB Variations
Color information
#98661D (or 0x98661D) is known color: Golden Brown. HEX triplet: 98, 66 and 1D. RGB value is (152,102,29). Sum of RGB (Red+Green+Blue) = 152+102+29=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #98661D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98661D is #6799E2. Grayscale: #6C6C6C. Windows color (decimal): -6789603 or 1926808. OLE color: 1926808.
HSL color Cylindrical-coordinate representation of color #98661D: hue angle of 35.61º 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 #98661D is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 102 | 29 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.40 |
| HSL | 35.61º | 0.68% | 0.35% | - |
| HSV(B) | 35.61º | 0.81% | 0.6% | - |
| XYZ | 17.92 | 16.27 | 3.36 | - |
| YUV | 108.63 | 83.07 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 29 | 0 | 0.33 | 0.81 | 0.40 | 35.61 | 0.68 | 0.35 |
| Hex | 98 | 66 | 1D | 0 | 21 | 51 | 28 | 24 | 44 | 23 |
| Octal | 230 | 146 | 35 | 0 | 41 | 121 | 50 | 44 | 104 | 43 |
| Binary | 10011000 | 1100110 | 11101 | 0 | 100001 | 1010001 | 101000 | 100100 | 1000100 | 100011 |
Color Harmonies of #98661D
Complementary color
Monochromatic Colors of #98661D
Black with #98661D
Text Example
Text Example
White with #98661D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98661D; }
p { color: rgb(152,102,29); }
H1.HeaderClassName
{
color: #98661D;
}
.AnyTagClassName
{
color: #98661D;
}
</style>
background-color css
<style>
a { background-color: #98661D; }
a { background-color: rgb(152,102,29); }
div.DivClassName
{
background-color: #98661D;
}
.BgClassName
{
background-color: #98661D;
}
</style>
border-color css
<style>
span { border-color: #98661D; }
span { border-color: rgb(152,102,29); }
td.TdClassName
{
border-color: #98661D;
}
.TagClassName
{
border-color: #98661D;
}
</style>