Shades of Golden Brown #99670D
Tints of Golden Brown #99670D
RGB
CMYK
RGB Variations
Color information
#99670D (or 0x99670D) is known color: Golden Brown. HEX triplet: 99, 67 and 0D. RGB value is (153,103,13). Sum of RGB (Red+Green+Blue) = 153+103+13=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #99670D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99670D is #6698F2. Grayscale: #6C6C6C. Windows color (decimal): -6723827 or 878489. OLE color: 878489.
HSL color Cylindrical-coordinate representation of color #99670D: hue angle of 38.57º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99670D is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 103 | 13 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.4 |
| HSL | 38.57º | 0.84% | 0.33% | - |
| HSV(B) | 38.57º | 0.92% | 0.6% | - |
| XYZ | 18.06 | 16.5 | 2.61 | - |
| YUV | 107.69 | 74.57 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 13 | 0 | 0.33 | 0.92 | 0.4 | 38.57 | 0.84 | 0.33 |
| Hex | 99 | 67 | D | 0 | 21 | 5C | 28 | 27 | 54 | 21 |
| Octal | 231 | 147 | 15 | 0 | 41 | 134 | 50 | 47 | 124 | 41 |
| Binary | 10011001 | 1100111 | 1101 | 0 | 100001 | 1011100 | 101000 | 100111 | 1010100 | 100001 |
Color Harmonies of #99670D
Complementary color
Monochromatic Colors of #99670D
Black with #99670D
Text Example
Text Example
White with #99670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99670D; }
p { color: rgb(153,103,13); }
H1.HeaderClassName
{
color: #99670D;
}
.AnyTagClassName
{
color: #99670D;
}
</style>
background-color css
<style>
a { background-color: #99670D; }
a { background-color: rgb(153,103,13); }
div.DivClassName
{
background-color: #99670D;
}
.BgClassName
{
background-color: #99670D;
}
</style>
border-color css
<style>
span { border-color: #99670D; }
span { border-color: rgb(153,103,13); }
td.TdClassName
{
border-color: #99670D;
}
.TagClassName
{
border-color: #99670D;
}
</style>