Shades of Japonica #D6795F
Tints of Japonica #D6795F
RGB
CMYK
RGB Variations
Color information
#D6795F (or 0xD6795F) is known color: Japonica. HEX triplet: D6, 79 and 5F. RGB value is (214,121,95). Sum of RGB (Red+Green+Blue) = 214+121+95=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D6795F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6795F is #2986A0. Grayscale: #929292. Windows color (decimal): -2721441 or 6257110. OLE color: 6257110.
HSL color Cylindrical-coordinate representation of color #D6795F: hue angle of 13.11º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6795F is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 95 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.16 |
| HSL | 13.11º | 0.59% | 0.61% | - |
| HSV(B) | 13.11º | 0.56% | 0.84% | - |
| XYZ | 36.63 | 28.8 | 14.45 | - |
| YUV | 145.84 | 99.31 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 95 | 0 | 0.43 | 0.56 | 0.16 | 13.11 | 0.59 | 0.61 |
| Hex | D6 | 79 | 5F | 0 | 2B | 38 | 10 | D | 3B | 3D |
| Octal | 326 | 171 | 137 | 0 | 53 | 70 | 20 | 15 | 73 | 75 |
| Binary | 11010110 | 1111001 | 1011111 | 0 | 101011 | 111000 | 10000 | 1101 | 111011 | 111101 |
Color Harmonies of #D6795F
Complementary color
Monochromatic Colors of #D6795F
Black with #D6795F
Text Example
Text Example
White with #D6795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6795F; }
p { color: rgb(214,121,95); }
H1.HeaderClassName
{
color: #D6795F;
}
.AnyTagClassName
{
color: #D6795F;
}
</style>
background-color css
<style>
a { background-color: #D6795F; }
a { background-color: rgb(214,121,95); }
div.DivClassName
{
background-color: #D6795F;
}
.BgClassName
{
background-color: #D6795F;
}
</style>
border-color css
<style>
span { border-color: #D6795F; }
span { border-color: rgb(214,121,95); }
td.TdClassName
{
border-color: #D6795F;
}
.TagClassName
{
border-color: #D6795F;
}
</style>