Shades of Makara #69604E
Tints of Makara #69604E
RGB
CMYK
RGB Variations
Color information
#69604E (or 0x69604E) is known color: Makara. HEX triplet: 69, 60 and 4E. RGB value is (105,96,78). Sum of RGB (Red+Green+Blue) = 105+96+78=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 105 - color contains mainly: red. Hex color #69604E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69604E is #969FB1. Grayscale: #606060. Windows color (decimal): -9871282 or 5136489. OLE color: 5136489.
HSL color Cylindrical-coordinate representation of color #69604E: hue angle of 40º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69604E is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 96 | 78 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.59 |
| HSL | 40º | 0.15% | 0.36% | - |
| HSV(B) | 40º | 0.26% | 0.41% | - |
| XYZ | 11.38 | 11.92 | 8.91 | - |
| YUV | 96.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 78 | 0 | 0.09 | 0.26 | 0.59 | 40 | 0.15 | 0.36 |
| Hex | 69 | 60 | 4E | 0 | 9 | 1A | 3B | 28 | F | 24 |
| Octal | 151 | 140 | 116 | 0 | 11 | 32 | 73 | 50 | 17 | 44 |
| Binary | 1101001 | 1100000 | 1001110 | 0 | 1001 | 11010 | 111011 | 101000 | 1111 | 100100 |
Color Harmonies of #69604E
Complementary color
Monochromatic Colors of #69604E
Black with #69604E
Text Example
Text Example
White with #69604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69604E; }
p { color: rgb(105,96,78); }
H1.HeaderClassName
{
color: #69604E;
}
.AnyTagClassName
{
color: #69604E;
}
</style>
background-color css
<style>
a { background-color: #69604E; }
a { background-color: rgb(105,96,78); }
div.DivClassName
{
background-color: #69604E;
}
.BgClassName
{
background-color: #69604E;
}
</style>
border-color css
<style>
span { border-color: #69604E; }
span { border-color: rgb(105,96,78); }
td.TdClassName
{
border-color: #69604E;
}
.TagClassName
{
border-color: #69604E;
}
</style>