Shades of Dark Brown #693F1B
Tints of Dark Brown #693F1B
RGB
CMYK
RGB Variations
Color information
#693F1B (or 0x693F1B) is known color: Dark Brown. HEX triplet: 69, 3F and 1B. RGB value is (105,63,27). Sum of RGB (Red+Green+Blue) = 105+63+27=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #693F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F1B is #96C0E4. Grayscale: #474747. Windows color (decimal): -9879781 or 1785705. OLE color: 1785705.
HSL color Cylindrical-coordinate representation of color #693F1B: hue angle of 27.69º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #693F1B is Cyan = 0, Magento = 0.4, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 63 | 27 | - |
| CMYK | 0 | 0.4 | 0.74 | 0.59 |
| HSL | 27.69º | 0.59% | 0.26% | - |
| HSV(B) | 27.69º | 0.74% | 0.41% | - |
| XYZ | 7.8 | 6.64 | 1.91 | - |
| YUV | 71.45 | 102.91 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 63 | 27 | 0 | 0.4 | 0.74 | 0.59 | 27.69 | 0.59 | 0.26 |
| Hex | 69 | 3F | 1B | 0 | 28 | 4A | 3B | 1C | 3B | 1A |
| Octal | 151 | 77 | 33 | 0 | 50 | 112 | 73 | 34 | 73 | 32 |
| Binary | 1101001 | 111111 | 11011 | 0 | 101000 | 1001010 | 111011 | 11100 | 111011 | 11010 |
Color Harmonies of #693F1B
Complementary color
Monochromatic Colors of #693F1B
Black with #693F1B
Text Example
Text Example
White with #693F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693F1B; }
p { color: rgb(105,63,27); }
H1.HeaderClassName
{
color: #693F1B;
}
.AnyTagClassName
{
color: #693F1B;
}
</style>
background-color css
<style>
a { background-color: #693F1B; }
a { background-color: rgb(105,63,27); }
div.DivClassName
{
background-color: #693F1B;
}
.BgClassName
{
background-color: #693F1B;
}
</style>
border-color css
<style>
span { border-color: #693F1B; }
span { border-color: rgb(105,63,27); }
td.TdClassName
{
border-color: #693F1B;
}
.TagClassName
{
border-color: #693F1B;
}
</style>