Shades of Dark Brown #69401B
Tints of Dark Brown #69401B
RGB
CMYK
RGB Variations
Color information
#69401B (or 0x69401B) is known color: Dark Brown. HEX triplet: 69, 40 and 1B. RGB value is (105,64,27). Sum of RGB (Red+Green+Blue) = 105+64+27=196 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.57% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 105 - color contains mainly: red. Hex color #69401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69401B is #96BFE4. Grayscale: #484848. Windows color (decimal): -9879525 or 1785961. OLE color: 1785961.
HSL color Cylindrical-coordinate representation of color #69401B: hue angle of 28.46º 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 #69401B is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 64 | 27 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.59 |
| HSL | 28.46º | 0.59% | 0.26% | - |
| HSV(B) | 28.46º | 0.74% | 0.41% | - |
| XYZ | 7.86 | 6.75 | 1.93 | - |
| YUV | 72.04 | 102.58 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 27 | 0 | 0.39 | 0.74 | 0.59 | 28.46 | 0.59 | 0.26 |
| Hex | 69 | 40 | 1B | 0 | 27 | 4A | 3B | 1C | 3B | 1A |
| Octal | 151 | 100 | 33 | 0 | 47 | 112 | 73 | 34 | 73 | 32 |
| Binary | 1101001 | 1000000 | 11011 | 0 | 100111 | 1001010 | 111011 | 11100 | 111011 | 11010 |
Color Harmonies of #69401B
Complementary color
Monochromatic Colors of #69401B
Black with #69401B
Text Example
Text Example
White with #69401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69401B; }
p { color: rgb(105,64,27); }
H1.HeaderClassName
{
color: #69401B;
}
.AnyTagClassName
{
color: #69401B;
}
</style>
background-color css
<style>
a { background-color: #69401B; }
a { background-color: rgb(105,64,27); }
div.DivClassName
{
background-color: #69401B;
}
.BgClassName
{
background-color: #69401B;
}
</style>
border-color css
<style>
span { border-color: #69401B; }
span { border-color: rgb(105,64,27); }
td.TdClassName
{
border-color: #69401B;
}
.TagClassName
{
border-color: #69401B;
}
</style>