Shades of Golden Brown #99671F
Tints of Golden Brown #99671F
RGB
CMYK
RGB Variations
Color information
#99671F (or 0x99671F) is known color: Golden Brown. HEX triplet: 99, 67 and 1F. RGB value is (153,103,31). Sum of RGB (Red+Green+Blue) = 153+103+31=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #99671F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99671F is #6698E0. Grayscale: #6E6E6E. Windows color (decimal): -6723809 or 2058137. OLE color: 2058137.
HSL color Cylindrical-coordinate representation of color #99671F: hue angle of 35.41º 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 #99671F is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 103 | 31 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.4 |
| HSL | 35.41º | 0.66% | 0.36% | - |
| HSV(B) | 35.41º | 0.8% | 0.6% | - |
| XYZ | 18.23 | 16.57 | 3.53 | - |
| YUV | 109.74 | 83.57 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 31 | 0 | 0.33 | 0.80 | 0.4 | 35.41 | 0.66 | 0.36 |
| Hex | 99 | 67 | 1F | 0 | 21 | 50 | 28 | 23 | 42 | 24 |
| Octal | 231 | 147 | 37 | 0 | 41 | 120 | 50 | 43 | 102 | 44 |
| Binary | 10011001 | 1100111 | 11111 | 0 | 100001 | 1010000 | 101000 | 100011 | 1000010 | 100100 |
Color Harmonies of #99671F
Complementary color
Monochromatic Colors of #99671F
Black with #99671F
Text Example
Text Example
White with #99671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99671F; }
p { color: rgb(153,103,31); }
H1.HeaderClassName
{
color: #99671F;
}
.AnyTagClassName
{
color: #99671F;
}
</style>
background-color css
<style>
a { background-color: #99671F; }
a { background-color: rgb(153,103,31); }
div.DivClassName
{
background-color: #99671F;
}
.BgClassName
{
background-color: #99671F;
}
</style>
border-color css
<style>
span { border-color: #99671F; }
span { border-color: rgb(153,103,31); }
td.TdClassName
{
border-color: #99671F;
}
.TagClassName
{
border-color: #99671F;
}
</style>