Shades of Raw Umber #6B430D
Tints of Raw Umber #6B430D
RGB
CMYK
RGB Variations
Color information
#6B430D (or 0x6B430D) is known color: Raw Umber. HEX triplet: 6B, 43 and 0D. RGB value is (107,67,13). Sum of RGB (Red+Green+Blue) = 107+67+13=187 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.22% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 107 - color contains mainly: red. Hex color #6B430D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B430D is #94BCF2. Grayscale: #494949. Windows color (decimal): -9747699 or 869227. OLE color: 869227.
HSL color Cylindrical-coordinate representation of color #6B430D: hue angle of 34.47º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B430D is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 67 | 13 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.58 |
| HSL | 34.47º | 0.78% | 0.24% | - |
| HSV(B) | 34.47º | 0.88% | 0.42% | - |
| XYZ | 8.14 | 7.17 | 1.34 | - |
| YUV | 72.8 | 94.25 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 67 | 13 | 0 | 0.37 | 0.88 | 0.58 | 34.47 | 0.78 | 0.24 |
| Hex | 6B | 43 | D | 0 | 25 | 58 | 3A | 22 | 4E | 18 |
| Octal | 153 | 103 | 15 | 0 | 45 | 130 | 72 | 42 | 116 | 30 |
| Binary | 1101011 | 1000011 | 1101 | 0 | 100101 | 1011000 | 111010 | 100010 | 1001110 | 11000 |
Color Harmonies of #6B430D
Complementary color
Monochromatic Colors of #6B430D
Black with #6B430D
Text Example
Text Example
White with #6B430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B430D; }
p { color: rgb(107,67,13); }
H1.HeaderClassName
{
color: #6B430D;
}
.AnyTagClassName
{
color: #6B430D;
}
</style>
background-color css
<style>
a { background-color: #6B430D; }
a { background-color: rgb(107,67,13); }
div.DivClassName
{
background-color: #6B430D;
}
.BgClassName
{
background-color: #6B430D;
}
</style>
border-color css
<style>
span { border-color: #6B430D; }
span { border-color: rgb(107,67,13); }
td.TdClassName
{
border-color: #6B430D;
}
.TagClassName
{
border-color: #6B430D;
}
</style>