Shades of Don Juan #6B484F
Tints of Don Juan #6B484F
RGB
CMYK
RGB Variations
Color information
#6B484F (or 0x6B484F) is known color: Don Juan. HEX triplet: 6B, 48 and 4F. RGB value is (107,72,79). Sum of RGB (Red+Green+Blue) = 107+72+79=258 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.47% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 107 - color contains mainly: red. Hex color #6B484F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B484F is #94B7B0. Grayscale: #535353. Windows color (decimal): -9746353 or 5195883. OLE color: 5195883.
HSL color Cylindrical-coordinate representation of color #6B484F: hue angle of 348º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B484F is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 72 | 79 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.58 |
| HSL | 348º | 0.2% | 0.35% | - |
| HSV(B) | 348º | 0.33% | 0.42% | - |
| XYZ | 9.79 | 8.33 | 8.49 | - |
| YUV | 83.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 72 | 79 | 0 | 0.33 | 0.26 | 0.58 | 348 | 0.2 | 0.35 |
| Hex | 6B | 48 | 4F | 0 | 21 | 1A | 3A | 15C | 14 | 23 |
| Octal | 153 | 110 | 117 | 0 | 41 | 32 | 72 | 534 | 24 | 43 |
| Binary | 1101011 | 1001000 | 1001111 | 0 | 100001 | 11010 | 111010 | 101011100 | 10100 | 100011 |
Color Harmonies of #6B484F
Complementary color
Monochromatic Colors of #6B484F
Black with #6B484F
Text Example
Text Example
White with #6B484F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B484F; }
p { color: rgb(107,72,79); }
H1.HeaderClassName
{
color: #6B484F;
}
.AnyTagClassName
{
color: #6B484F;
}
</style>
background-color css
<style>
a { background-color: #6B484F; }
a { background-color: rgb(107,72,79); }
div.DivClassName
{
background-color: #6B484F;
}
.BgClassName
{
background-color: #6B484F;
}
</style>
border-color css
<style>
span { border-color: #6B484F; }
span { border-color: rgb(107,72,79); }
td.TdClassName
{
border-color: #6B484F;
}
.TagClassName
{
border-color: #6B484F;
}
</style>