Shades of Makara #675B4A
Tints of Makara #675B4A
RGB
CMYK
RGB Variations
Color information
#675B4A (or 0x675B4A) is known color: Makara. HEX triplet: 67, 5B and 4A. RGB value is (103,91,74). Sum of RGB (Red+Green+Blue) = 103+91+74=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 103 - color contains mainly: red. Hex color #675B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675B4A is #98A4B5. Grayscale: #5C5C5C. Windows color (decimal): -10003638 or 4873063. OLE color: 4873063.
HSL color Cylindrical-coordinate representation of color #675B4A: hue angle of 35.17º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #675B4A is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 91 | 74 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.60 |
| HSL | 35.17º | 0.16% | 0.35% | - |
| HSV(B) | 35.17º | 0.28% | 0.4% | - |
| XYZ | 10.57 | 10.86 | 8.02 | - |
| YUV | 92.65 | 117.48 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 74 | 0 | 0.12 | 0.28 | 0.60 | 35.17 | 0.16 | 0.35 |
| Hex | 67 | 5B | 4A | 0 | C | 1C | 3C | 23 | 10 | 23 |
| Octal | 147 | 133 | 112 | 0 | 14 | 34 | 74 | 43 | 20 | 43 |
| Binary | 1100111 | 1011011 | 1001010 | 0 | 1100 | 11100 | 111100 | 100011 | 10000 | 100011 |
Color Harmonies of #675B4A
Complementary color
Monochromatic Colors of #675B4A
Black with #675B4A
Text Example
Text Example
White with #675B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675B4A; }
p { color: rgb(103,91,74); }
H1.HeaderClassName
{
color: #675B4A;
}
.AnyTagClassName
{
color: #675B4A;
}
</style>
background-color css
<style>
a { background-color: #675B4A; }
a { background-color: rgb(103,91,74); }
div.DivClassName
{
background-color: #675B4A;
}
.BgClassName
{
background-color: #675B4A;
}
</style>
border-color css
<style>
span { border-color: #675B4A; }
span { border-color: rgb(103,91,74); }
td.TdClassName
{
border-color: #675B4A;
}
.TagClassName
{
border-color: #675B4A;
}
</style>