Shades of Kenyan Copper #65342D
Tints of Kenyan Copper #65342D
RGB
CMYK
RGB Variations
Color information
#65342D (or 0x65342D) is known color: Kenyan Copper. HEX triplet: 65, 34 and 2D. RGB value is (101,52,45). Sum of RGB (Red+Green+Blue) = 101+52+45=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #65342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65342D is #9ACBD2. Grayscale: #414141. Windows color (decimal): -10144723 or 2962533. OLE color: 2962533.
HSL color Cylindrical-coordinate representation of color #65342D: hue angle of 7.5º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65342D is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 52 | 45 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.60 |
| HSL | 7.5º | 0.38% | 0.29% | - |
| HSV(B) | 7.5º | 0.55% | 0.4% | - |
| XYZ | 7.07 | 5.41 | 3.15 | - |
| YUV | 65.85 | 116.23 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 52 | 45 | 0 | 0.49 | 0.55 | 0.60 | 7.5 | 0.38 | 0.29 |
| Hex | 65 | 34 | 2D | 0 | 31 | 37 | 3C | 8 | 26 | 1D |
| Octal | 145 | 64 | 55 | 0 | 61 | 67 | 74 | 10 | 46 | 35 |
| Binary | 1100101 | 110100 | 101101 | 0 | 110001 | 110111 | 111100 | 1000 | 100110 | 11101 |
Color Harmonies of #65342D
Complementary color
Monochromatic Colors of #65342D
Black with #65342D
Text Example
Text Example
White with #65342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65342D; }
p { color: rgb(101,52,45); }
H1.HeaderClassName
{
color: #65342D;
}
.AnyTagClassName
{
color: #65342D;
}
</style>
background-color css
<style>
a { background-color: #65342D; }
a { background-color: rgb(101,52,45); }
div.DivClassName
{
background-color: #65342D;
}
.BgClassName
{
background-color: #65342D;
}
</style>
border-color css
<style>
span { border-color: #65342D; }
span { border-color: rgb(101,52,45); }
td.TdClassName
{
border-color: #65342D;
}
.TagClassName
{
border-color: #65342D;
}
</style>