Shades of Kenyan Copper #67322B
Tints of Kenyan Copper #67322B
RGB
CMYK
RGB Variations
Color information
#67322B (or 0x67322B) is known color: Kenyan Copper. HEX triplet: 67, 32 and 2B. RGB value is (103,50,43). Sum of RGB (Red+Green+Blue) = 103+50+43=196 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.55% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 103 - color contains mainly: red. Hex color #67322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67322B is #98CDD4. Grayscale: #414141. Windows color (decimal): -10014165 or 2830951. OLE color: 2830951.
HSL color Cylindrical-coordinate representation of color #67322B: hue angle of 7º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67322B is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 50 | 43 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.60 |
| HSL | 7º | 0.41% | 0.29% | - |
| HSV(B) | 7º | 0.58% | 0.4% | - |
| XYZ | 7.17 | 5.34 | 2.94 | - |
| YUV | 65.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 50 | 43 | 0 | 0.51 | 0.58 | 0.60 | 7 | 0.41 | 0.29 |
| Hex | 67 | 32 | 2B | 0 | 33 | 3A | 3C | 7 | 29 | 1D |
| Octal | 147 | 62 | 53 | 0 | 63 | 72 | 74 | 7 | 51 | 35 |
| Binary | 1100111 | 110010 | 101011 | 0 | 110011 | 111010 | 111100 | 111 | 101001 | 11101 |
Color Harmonies of #67322B
Complementary color
Monochromatic Colors of #67322B
Black with #67322B
Text Example
Text Example
White with #67322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67322B; }
p { color: rgb(103,50,43); }
H1.HeaderClassName
{
color: #67322B;
}
.AnyTagClassName
{
color: #67322B;
}
</style>
background-color css
<style>
a { background-color: #67322B; }
a { background-color: rgb(103,50,43); }
div.DivClassName
{
background-color: #67322B;
}
.BgClassName
{
background-color: #67322B;
}
</style>
border-color css
<style>
span { border-color: #67322B; }
span { border-color: rgb(103,50,43); }
td.TdClassName
{
border-color: #67322B;
}
.TagClassName
{
border-color: #67322B;
}
</style>