#C06F00 (or 0xC06F00) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 6F and 00. RGB value is (192,111,0). Sum of RGB (Red+Green+Blue) = 192+111+0=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06F00 is #3F90FF. Grayscale: #7B7B7B. Windows color (decimal): -4165888 or 28608. OLE color: 28608.
HSL color Cylindrical-coordinate representation of color #C06F00: hue angle of 34.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C06F00 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.25.
<style> p { color: #C06F00; } p { color: rgb(192,111,0); } H1.HeaderClassName { color: #C06F00; } .AnyTagClassName { color: #C06F00; } </style>
<style> a { background-color: #C06F00; } a { background-color: rgb(192,111,0); } div.DivClassName { background-color: #C06F00; } .BgClassName { background-color: #C06F00; } </style>
<style> span { border-color: #C06F00; } span { border-color: rgb(192,111,0); } td.TdClassName { border-color: #C06F00; } .TagClassName { border-color: #C06F00; } </style>