Shades of Golden Brown #96670D
Tints of Golden Brown #96670D
RGB
CMYK
RGB Variations
Color information
#96670D (or 0x96670D) is known color: Golden Brown. HEX triplet: 96, 67 and 0D. RGB value is (150,103,13). Sum of RGB (Red+Green+Blue) = 150+103+13=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #96670D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96670D is #6998F2. Grayscale: #6B6B6B. Windows color (decimal): -6920435 or 878486. OLE color: 878486.
HSL color Cylindrical-coordinate representation of color #96670D: hue angle of 39.42º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96670D is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 103 | 13 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.41 |
| HSL | 39.42º | 0.84% | 0.32% | - |
| HSV(B) | 39.42º | 0.91% | 0.59% | - |
| XYZ | 17.5 | 16.21 | 2.59 | - |
| YUV | 106.79 | 75.07 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 13 | 0 | 0.31 | 0.91 | 0.41 | 39.42 | 0.84 | 0.32 |
| Hex | 96 | 67 | D | 0 | 1F | 5B | 29 | 27 | 54 | 20 |
| Octal | 226 | 147 | 15 | 0 | 37 | 133 | 51 | 47 | 124 | 40 |
| Binary | 10010110 | 1100111 | 1101 | 0 | 11111 | 1011011 | 101001 | 100111 | 1010100 | 100000 |
Color Harmonies of #96670D
Complementary color
Monochromatic Colors of #96670D
Black with #96670D
Text Example
Text Example
White with #96670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96670D; }
p { color: rgb(150,103,13); }
H1.HeaderClassName
{
color: #96670D;
}
.AnyTagClassName
{
color: #96670D;
}
</style>
background-color css
<style>
a { background-color: #96670D; }
a { background-color: rgb(150,103,13); }
div.DivClassName
{
background-color: #96670D;
}
.BgClassName
{
background-color: #96670D;
}
</style>
border-color css
<style>
span { border-color: #96670D; }
span { border-color: rgb(150,103,13); }
td.TdClassName
{
border-color: #96670D;
}
.TagClassName
{
border-color: #96670D;
}
</style>