Shades of Roti #C69E3C
Tints of Roti #C69E3C
RGB
CMYK
RGB Variations
Color information
#C69E3C (or 0xC69E3C) is known color: Roti. HEX triplet: C6, 9E and 3C. RGB value is (198,158,60). Sum of RGB (Red+Green+Blue) = 198+158+60=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69E3C is #3961C3. Grayscale: #9F9F9F. Windows color (decimal): -3760580 or 3972806. OLE color: 3972806.
HSL color Cylindrical-coordinate representation of color #C69E3C: hue angle of 42.61º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C69E3C is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 158 | 60 | - |
CMYK | 0 | 0.20 | 0.70 | 0.22 |
HSL | 42.61º | 0.55% | 0.51% | - |
HSV(B) | 42.61º | 0.7% | 0.78% | - |
XYZ | 36.33 | 36.79 | 9.46 | - |
YUV | 158.79 | 72.25 | 155.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 158 | 60 | 0 | 0.20 | 0.70 | 0.22 | 42.61 | 0.55 | 0.51 |
Hex | C6 | 9E | 3C | 0 | 14 | 46 | 16 | 2B | 37 | 33 |
Octal | 306 | 236 | 74 | 0 | 24 | 106 | 26 | 53 | 67 | 63 |
Binary | 11000110 | 10011110 | 111100 | 0 | 10100 | 1000110 | 10110 | 101011 | 110111 | 110011 |
Color Harmonies of #C69E3C
Complementary color
Monochromatic Colors of #C69E3C
Black with #C69E3C
Text Example
Text Example
White with #C69E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69E3C; }
p { color: rgb(198,158,60); }
H1.HeaderClassName
{
color: #C69E3C;
}
.AnyTagClassName
{
color: #C69E3C;
}
</style>
background-color css
<style>
a { background-color: #C69E3C; }
a { background-color: rgb(198,158,60); }
div.DivClassName
{
background-color: #C69E3C;
}
.BgClassName
{
background-color: #C69E3C;
}
</style>
border-color css
<style>
span { border-color: #C69E3C; }
span { border-color: rgb(198,158,60); }
td.TdClassName
{
border-color: #C69E3C;
}
.TagClassName
{
border-color: #C69E3C;
}
</style>