Shades of Raw Umber #6B3C02
Tints of Raw Umber #6B3C02
RGB
CMYK
RGB Variations
Color information
#6B3C02 (or 0x6B3C02) is known color: Raw Umber. HEX triplet: 6B, 3C and 02. RGB value is (107,60,2). Sum of RGB (Red+Green+Blue) = 107+60+2=169 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.31% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3C02 is #94C3FD. Grayscale: #434343. Windows color (decimal): -9749502 or 146539. OLE color: 146539.
HSL color Cylindrical-coordinate representation of color #6B3C02: hue angle of 33.14º 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 #6B3C02 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 60 | 2 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.58 |
| HSL | 33.14º | 0.96% | 0.21% | - |
| HSV(B) | 33.14º | 0.98% | 0.42% | - |
| XYZ | 7.69 | 6.36 | 0.88 | - |
| YUV | 67.44 | 91.07 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 60 | 2 | 0 | 0.44 | 0.98 | 0.58 | 33.14 | 0.96 | 0.21 |
| Hex | 6B | 3C | 2 | 0 | 2C | 62 | 3A | 21 | 60 | 15 |
| Octal | 153 | 74 | 2 | 0 | 54 | 142 | 72 | 41 | 140 | 25 |
| Binary | 1101011 | 111100 | 10 | 0 | 101100 | 1100010 | 111010 | 100001 | 1100000 | 10101 |
Color Harmonies of #6B3C02
Complementary color
Monochromatic Colors of #6B3C02
Black with #6B3C02
Text Example
Text Example
White with #6B3C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3C02; }
p { color: rgb(107,60,2); }
H1.HeaderClassName
{
color: #6B3C02;
}
.AnyTagClassName
{
color: #6B3C02;
}
</style>
background-color css
<style>
a { background-color: #6B3C02; }
a { background-color: rgb(107,60,2); }
div.DivClassName
{
background-color: #6B3C02;
}
.BgClassName
{
background-color: #6B3C02;
}
</style>
border-color css
<style>
span { border-color: #6B3C02; }
span { border-color: rgb(107,60,2); }
td.TdClassName
{
border-color: #6B3C02;
}
.TagClassName
{
border-color: #6B3C02;
}
</style>