Shades of Raw Umber #6B4402
Tints of Raw Umber #6B4402
RGB
CMYK
RGB Variations
Color information
#6B4402 (or 0x6B4402) is known color: Raw Umber. HEX triplet: 6B, 44 and 02. RGB value is (107,68,2). Sum of RGB (Red+Green+Blue) = 107+68+2=177 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.45% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4402 is #94BBFD. Grayscale: #484848. Windows color (decimal): -9747454 or 148587. OLE color: 148587.
HSL color Cylindrical-coordinate representation of color #6B4402: hue angle of 37.71º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B4402 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 68 | 2 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.58 |
| HSL | 37.71º | 0.96% | 0.21% | - |
| HSV(B) | 37.71º | 0.98% | 0.42% | - |
| XYZ | 8.14 | 7.26 | 1.03 | - |
| YUV | 72.14 | 88.42 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 68 | 2 | 0 | 0.36 | 0.98 | 0.58 | 37.71 | 0.96 | 0.21 |
| Hex | 6B | 44 | 2 | 0 | 24 | 62 | 3A | 26 | 60 | 15 |
| Octal | 153 | 104 | 2 | 0 | 44 | 142 | 72 | 46 | 140 | 25 |
| Binary | 1101011 | 1000100 | 10 | 0 | 100100 | 1100010 | 111010 | 100110 | 1100000 | 10101 |
Color Harmonies of #6B4402
Complementary color
Monochromatic Colors of #6B4402
Black with #6B4402
Text Example
Text Example
White with #6B4402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4402; }
p { color: rgb(107,68,2); }
H1.HeaderClassName
{
color: #6B4402;
}
.AnyTagClassName
{
color: #6B4402;
}
</style>
background-color css
<style>
a { background-color: #6B4402; }
a { background-color: rgb(107,68,2); }
div.DivClassName
{
background-color: #6B4402;
}
.BgClassName
{
background-color: #6B4402;
}
</style>
border-color css
<style>
span { border-color: #6B4402; }
span { border-color: rgb(107,68,2); }
td.TdClassName
{
border-color: #6B4402;
}
.TagClassName
{
border-color: #6B4402;
}
</style>