Shades of Pohutukawa #681D23
Tints of Pohutukawa #681D23
RGB
CMYK
RGB Variations
Color information
#681D23 (or 0x681D23) is known color: Pohutukawa. HEX triplet: 68, 1D and 23. RGB value is (104,29,35). Sum of RGB (Red+Green+Blue) = 104+29+35=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #681D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681D23 is #97E2DC. Grayscale: #343434. Windows color (decimal): -9954013 or 2301288. OLE color: 2301288.
HSL color Cylindrical-coordinate representation of color #681D23: hue angle of 355.2º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #681D23 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 29 | 35 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.59 |
| HSL | 355.2º | 0.56% | 0.26% | - |
| HSV(B) | 355.2º | 0.72% | 0.41% | - |
| XYZ | 6.45 | 3.94 | 2.01 | - |
| YUV | 52.11 | 118.35 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 35 | 0 | 0.72 | 0.66 | 0.59 | 355.2 | 0.56 | 0.26 |
| Hex | 68 | 1D | 23 | 0 | 48 | 42 | 3B | 163 | 38 | 1A |
| Octal | 150 | 35 | 43 | 0 | 110 | 102 | 73 | 543 | 70 | 32 |
| Binary | 1101000 | 11101 | 100011 | 0 | 1001000 | 1000010 | 111011 | 101100011 | 111000 | 11010 |
Color Harmonies of #681D23
Complementary color
Monochromatic Colors of #681D23
Black with #681D23
Text Example
Text Example
White with #681D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681D23; }
p { color: rgb(104,29,35); }
H1.HeaderClassName
{
color: #681D23;
}
.AnyTagClassName
{
color: #681D23;
}
</style>
background-color css
<style>
a { background-color: #681D23; }
a { background-color: rgb(104,29,35); }
div.DivClassName
{
background-color: #681D23;
}
.BgClassName
{
background-color: #681D23;
}
</style>
border-color css
<style>
span { border-color: #681D23; }
span { border-color: rgb(104,29,35); }
td.TdClassName
{
border-color: #681D23;
}
.TagClassName
{
border-color: #681D23;
}
</style>