Shades of Golden Brown #99631F
Tints of Golden Brown #99631F
RGB
CMYK
RGB Variations
Color information
#99631F (or 0x99631F) is known color: Golden Brown. HEX triplet: 99, 63 and 1F. RGB value is (153,99,31). Sum of RGB (Red+Green+Blue) = 153+99+31=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #99631F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99631F is #669CE0. Grayscale: #6B6B6B. Windows color (decimal): -6724833 or 2057113. OLE color: 2057113.
HSL color Cylindrical-coordinate representation of color #99631F: hue angle of 33.44º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99631F is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 31 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.4 |
| HSL | 33.44º | 0.66% | 0.36% | - |
| HSV(B) | 33.44º | 0.8% | 0.6% | - |
| XYZ | 17.85 | 15.79 | 3.4 | - |
| YUV | 107.39 | 84.89 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 31 | 0 | 0.35 | 0.80 | 0.4 | 33.44 | 0.66 | 0.36 |
| Hex | 99 | 63 | 1F | 0 | 23 | 50 | 28 | 21 | 42 | 24 |
| Octal | 231 | 143 | 37 | 0 | 43 | 120 | 50 | 41 | 102 | 44 |
| Binary | 10011001 | 1100011 | 11111 | 0 | 100011 | 1010000 | 101000 | 100001 | 1000010 | 100100 |
Color Harmonies of #99631F
Complementary color
Monochromatic Colors of #99631F
Black with #99631F
Text Example
Text Example
White with #99631F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99631F; }
p { color: rgb(153,99,31); }
H1.HeaderClassName
{
color: #99631F;
}
.AnyTagClassName
{
color: #99631F;
}
</style>
background-color css
<style>
a { background-color: #99631F; }
a { background-color: rgb(153,99,31); }
div.DivClassName
{
background-color: #99631F;
}
.BgClassName
{
background-color: #99631F;
}
</style>
border-color css
<style>
span { border-color: #99631F; }
span { border-color: rgb(153,99,31); }
td.TdClassName
{
border-color: #99631F;
}
.TagClassName
{
border-color: #99631F;
}
</style>