Shades of Kenyan Copper #67302A
Tints of Kenyan Copper #67302A
RGB
CMYK
RGB Variations
Color information
#67302A (or 0x67302A) is known color: Kenyan Copper. HEX triplet: 67, 30 and 2A. RGB value is (103,48,42). Sum of RGB (Red+Green+Blue) = 103+48+42=193 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.37% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 103 - color contains mainly: red. Hex color #67302A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67302A is #98CFD5. Grayscale: #3F3F3F. Windows color (decimal): -10014678 or 2764903. OLE color: 2764903.
HSL color Cylindrical-coordinate representation of color #67302A: hue angle of 5.9º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67302A is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 48 | 42 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.60 |
| HSL | 5.9º | 0.42% | 0.28% | - |
| HSV(B) | 5.9º | 0.59% | 0.4% | - |
| XYZ | 7.07 | 5.16 | 2.81 | - |
| YUV | 63.76 | 115.72 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 42 | 0 | 0.53 | 0.59 | 0.60 | 5.9 | 0.42 | 0.28 |
| Hex | 67 | 30 | 2A | 0 | 35 | 3B | 3C | 6 | 2A | 1C |
| Octal | 147 | 60 | 52 | 0 | 65 | 73 | 74 | 6 | 52 | 34 |
| Binary | 1100111 | 110000 | 101010 | 0 | 110101 | 111011 | 111100 | 110 | 101010 | 11100 |
Color Harmonies of #67302A
Complementary color
Monochromatic Colors of #67302A
Black with #67302A
Text Example
Text Example
White with #67302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67302A; }
p { color: rgb(103,48,42); }
H1.HeaderClassName
{
color: #67302A;
}
.AnyTagClassName
{
color: #67302A;
}
</style>
background-color css
<style>
a { background-color: #67302A; }
a { background-color: rgb(103,48,42); }
div.DivClassName
{
background-color: #67302A;
}
.BgClassName
{
background-color: #67302A;
}
</style>
border-color css
<style>
span { border-color: #67302A; }
span { border-color: rgb(103,48,42); }
td.TdClassName
{
border-color: #67302A;
}
.TagClassName
{
border-color: #67302A;
}
</style>