Shades of Kenyan Copper #6C3630
Tints of Kenyan Copper #6C3630
RGB
CMYK
RGB Variations
Color information
#6C3630 (or 0x6C3630) is known color: Kenyan Copper. HEX triplet: 6C, 36 and 30. RGB value is (108,54,48). Sum of RGB (Red+Green+Blue) = 108+54+48=210 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.43% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3630 is #93C9CF. Grayscale: #454545. Windows color (decimal): -9685456 or 3159660. OLE color: 3159660.
HSL color Cylindrical-coordinate representation of color #6C3630: hue angle of 6º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C3630 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 54 | 48 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.58 |
| HSL | 6º | 0.38% | 0.31% | - |
| HSV(B) | 6º | 0.56% | 0.42% | - |
| XYZ | 8.04 | 6.04 | 3.54 | - |
| YUV | 69.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 54 | 48 | 0 | 0.50 | 0.56 | 0.58 | 6 | 0.38 | 0.31 |
| Hex | 6C | 36 | 30 | 0 | 32 | 38 | 3A | 6 | 26 | 1F |
| Octal | 154 | 66 | 60 | 0 | 62 | 70 | 72 | 6 | 46 | 37 |
| Binary | 1101100 | 110110 | 110000 | 0 | 110010 | 111000 | 111010 | 110 | 100110 | 11111 |
Color Harmonies of #6C3630
Complementary color
Monochromatic Colors of #6C3630
Black with #6C3630
Text Example
Text Example
White with #6C3630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3630; }
p { color: rgb(108,54,48); }
H1.HeaderClassName
{
color: #6C3630;
}
.AnyTagClassName
{
color: #6C3630;
}
</style>
background-color css
<style>
a { background-color: #6C3630; }
a { background-color: rgb(108,54,48); }
div.DivClassName
{
background-color: #6C3630;
}
.BgClassName
{
background-color: #6C3630;
}
</style>
border-color css
<style>
span { border-color: #6C3630; }
span { border-color: rgb(108,54,48); }
td.TdClassName
{
border-color: #6C3630;
}
.TagClassName
{
border-color: #6C3630;
}
</style>