Shades of Reef Gold #997F3C
Tints of Reef Gold #997F3C
RGB
CMYK
RGB Variations
Color information
#997F3C (or 0x997F3C) is known color: Reef Gold. HEX triplet: 99, 7F and 3C. RGB value is (153,127,60). Sum of RGB (Red+Green+Blue) = 153+127+60=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #997F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997F3C is #6680C3. Grayscale: #7F7F7F. Windows color (decimal): -6717636 or 3964825. OLE color: 3964825.
HSL color Cylindrical-coordinate representation of color #997F3C: hue angle of 43.23º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #997F3C is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 60 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.4 |
| HSL | 43.23º | 0.44% | 0.42% | - |
| HSV(B) | 43.23º | 0.61% | 0.6% | - |
| XYZ | 21.54 | 22.28 | 7.44 | - |
| YUV | 127.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 60 | 0 | 0.17 | 0.61 | 0.4 | 43.23 | 0.44 | 0.42 |
| Hex | 99 | 7F | 3C | 0 | 11 | 3D | 28 | 2B | 2C | 2A |
| Octal | 231 | 177 | 74 | 0 | 21 | 75 | 50 | 53 | 54 | 52 |
| Binary | 10011001 | 1111111 | 111100 | 0 | 10001 | 111101 | 101000 | 101011 | 101100 | 101010 |
Color Harmonies of #997F3C
Complementary color
Monochromatic Colors of #997F3C
Black with #997F3C
Text Example
Text Example
White with #997F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F3C; }
p { color: rgb(153,127,60); }
H1.HeaderClassName
{
color: #997F3C;
}
.AnyTagClassName
{
color: #997F3C;
}
</style>
background-color css
<style>
a { background-color: #997F3C; }
a { background-color: rgb(153,127,60); }
div.DivClassName
{
background-color: #997F3C;
}
.BgClassName
{
background-color: #997F3C;
}
</style>
border-color css
<style>
span { border-color: #997F3C; }
span { border-color: rgb(153,127,60); }
td.TdClassName
{
border-color: #997F3C;
}
.TagClassName
{
border-color: #997F3C;
}
</style>