Shades of Pohutukawa #6C1025
Tints of Pohutukawa #6C1025
RGB
CMYK
RGB Variations
Color information
#6C1025 (or 0x6C1025) is known color: Pohutukawa. HEX triplet: 6C, 10 and 25. RGB value is (108,16,37). Sum of RGB (Red+Green+Blue) = 108+16+37=161 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.08% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1025 is #93EFDA. Grayscale: #2D2D2D. Windows color (decimal): -9695195 or 2429036. OLE color: 2429036.
HSL color Cylindrical-coordinate representation of color #6C1025: hue angle of 346.3º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C1025 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 16 | 37 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.58 |
| HSL | 346.3º | 0.74% | 0.24% | - |
| HSV(B) | 346.3º | 0.85% | 0.42% | - |
| XYZ | 6.7 | 3.69 | 2.11 | - |
| YUV | 45.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 16 | 37 | 0 | 0.85 | 0.66 | 0.58 | 346.3 | 0.74 | 0.24 |
| Hex | 6C | 10 | 25 | 0 | 55 | 42 | 3A | 15A | 4A | 18 |
| Octal | 154 | 20 | 45 | 0 | 125 | 102 | 72 | 532 | 112 | 30 |
| Binary | 1101100 | 10000 | 100101 | 0 | 1010101 | 1000010 | 111010 | 101011010 | 1001010 | 11000 |
Color Harmonies of #6C1025
Complementary color
Monochromatic Colors of #6C1025
Black with #6C1025
Text Example
Text Example
White with #6C1025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1025; }
p { color: rgb(108,16,37); }
H1.HeaderClassName
{
color: #6C1025;
}
.AnyTagClassName
{
color: #6C1025;
}
</style>
background-color css
<style>
a { background-color: #6C1025; }
a { background-color: rgb(108,16,37); }
div.DivClassName
{
background-color: #6C1025;
}
.BgClassName
{
background-color: #6C1025;
}
</style>
border-color css
<style>
span { border-color: #6C1025; }
span { border-color: rgb(108,16,37); }
td.TdClassName
{
border-color: #6C1025;
}
.TagClassName
{
border-color: #6C1025;
}
</style>