Shades of Raw Umber #6B3C01
Tints of Raw Umber #6B3C01
RGB
CMYK
RGB Variations
Color information
#6B3C01 (or 0x6B3C01) is known color: Raw Umber. HEX triplet: 6B, 3C and 01. RGB value is (107,60,1). Sum of RGB (Red+Green+Blue) = 107+60+1=168 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.69% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3C01 is #94C3FE. Grayscale: #434343. Windows color (decimal): -9749503 or 81003. OLE color: 81003.
HSL color Cylindrical-coordinate representation of color #6B3C01: hue angle of 33.4º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B3C01 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 60 | 1 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.58 |
| HSL | 33.4º | 0.98% | 0.21% | - |
| HSV(B) | 33.4º | 0.99% | 0.42% | - |
| XYZ | 7.68 | 6.36 | 0.85 | - |
| YUV | 67.33 | 90.57 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 60 | 1 | 0 | 0.44 | 0.99 | 0.58 | 33.4 | 0.98 | 0.21 |
| Hex | 6B | 3C | 1 | 0 | 2C | 63 | 3A | 21 | 62 | 15 |
| Octal | 153 | 74 | 1 | 0 | 54 | 143 | 72 | 41 | 142 | 25 |
| Binary | 1101011 | 111100 | 1 | 0 | 101100 | 1100011 | 111010 | 100001 | 1100010 | 10101 |
Color Harmonies of #6B3C01
Complementary color
Monochromatic Colors of #6B3C01
Black with #6B3C01
Text Example
Text Example
White with #6B3C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3C01; }
p { color: rgb(107,60,1); }
H1.HeaderClassName
{
color: #6B3C01;
}
.AnyTagClassName
{
color: #6B3C01;
}
</style>
background-color css
<style>
a { background-color: #6B3C01; }
a { background-color: rgb(107,60,1); }
div.DivClassName
{
background-color: #6B3C01;
}
.BgClassName
{
background-color: #6B3C01;
}
</style>
border-color css
<style>
span { border-color: #6B3C01; }
span { border-color: rgb(107,60,1); }
td.TdClassName
{
border-color: #6B3C01;
}
.TagClassName
{
border-color: #6B3C01;
}
</style>