Shades of Japonica #C6745A
Tints of Japonica #C6745A
RGB
CMYK
RGB Variations
Color information
#C6745A (or 0xC6745A) is known color: Japonica. HEX triplet: C6, 74 and 5A. RGB value is (198,116,90). Sum of RGB (Red+Green+Blue) = 198+116+90=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C6745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6745A is #398BA5. Grayscale: #898989. Windows color (decimal): -3771302 or 5928134. OLE color: 5928134.
HSL color Cylindrical-coordinate representation of color #C6745A: hue angle of 14.44º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C6745A is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 90 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.22 |
| HSL | 14.44º | 0.49% | 0.56% | - |
| HSV(B) | 14.44º | 0.55% | 0.78% | - |
| XYZ | 31.38 | 25.23 | 12.89 | - |
| YUV | 137.55 | 101.17 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 90 | 0 | 0.41 | 0.55 | 0.22 | 14.44 | 0.49 | 0.56 |
| Hex | C6 | 74 | 5A | 0 | 29 | 37 | 16 | E | 31 | 38 |
| Octal | 306 | 164 | 132 | 0 | 51 | 67 | 26 | 16 | 61 | 70 |
| Binary | 11000110 | 1110100 | 1011010 | 0 | 101001 | 110111 | 10110 | 1110 | 110001 | 111000 |
Color Harmonies of #C6745A
Complementary color
Monochromatic Colors of #C6745A
Black with #C6745A
Text Example
Text Example
White with #C6745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6745A; }
p { color: rgb(198,116,90); }
H1.HeaderClassName
{
color: #C6745A;
}
.AnyTagClassName
{
color: #C6745A;
}
</style>
background-color css
<style>
a { background-color: #C6745A; }
a { background-color: rgb(198,116,90); }
div.DivClassName
{
background-color: #C6745A;
}
.BgClassName
{
background-color: #C6745A;
}
</style>
border-color css
<style>
span { border-color: #C6745A; }
span { border-color: rgb(198,116,90); }
td.TdClassName
{
border-color: #C6745A;
}
.TagClassName
{
border-color: #C6745A;
}
</style>