Shades of Roti #C69F3E
Tints of Roti #C69F3E
RGB
CMYK
RGB Variations
Color information
#C69F3E (or 0xC69F3E) is known color: Roti. HEX triplet: C6, 9F and 3E. RGB value is (198,159,62). Sum of RGB (Red+Green+Blue) = 198+159+62=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69F3E is #3960C1. Grayscale: #A0A0A0. Windows color (decimal): -3760322 or 4104134. OLE color: 4104134.
HSL color Cylindrical-coordinate representation of color #C69F3E: hue angle of 42.79º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C69F3E is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 159 | 62 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.22 |
| HSL | 42.79º | 0.54% | 0.51% | - |
| HSV(B) | 42.79º | 0.69% | 0.78% | - |
| XYZ | 36.56 | 37.15 | 9.8 | - |
| YUV | 159.6 | 72.92 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 159 | 62 | 0 | 0.20 | 0.69 | 0.22 | 42.79 | 0.54 | 0.51 |
| Hex | C6 | 9F | 3E | 0 | 14 | 45 | 16 | 2B | 36 | 33 |
| Octal | 306 | 237 | 76 | 0 | 24 | 105 | 26 | 53 | 66 | 63 |
| Binary | 11000110 | 10011111 | 111110 | 0 | 10100 | 1000101 | 10110 | 101011 | 110110 | 110011 |
Color Harmonies of #C69F3E
Complementary color
Monochromatic Colors of #C69F3E
Black with #C69F3E
Text Example
Text Example
White with #C69F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69F3E; }
p { color: rgb(198,159,62); }
H1.HeaderClassName
{
color: #C69F3E;
}
.AnyTagClassName
{
color: #C69F3E;
}
</style>
background-color css
<style>
a { background-color: #C69F3E; }
a { background-color: rgb(198,159,62); }
div.DivClassName
{
background-color: #C69F3E;
}
.BgClassName
{
background-color: #C69F3E;
}
</style>
border-color css
<style>
span { border-color: #C69F3E; }
span { border-color: rgb(198,159,62); }
td.TdClassName
{
border-color: #C69F3E;
}
.TagClassName
{
border-color: #C69F3E;
}
</style>