#68090E

Color #68090E Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #68090E

Tints of Pohutukawa #68090E

Color information

#68090E (or 0x68090E) is unknown color: approx Pohutukawa. HEX triplet: 68, 09 and 0E. RGB value is (104,9,14). Sum of RGB (Red+Green+Blue) = 104+9+14=127 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.89% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 104 - color contains mainly: red. Hex color #68090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68090E is #97F6F1. Grayscale: #262626. Windows color (decimal): -9959154 or 919912. OLE color: 919912.

HSL color Cylindrical-coordinate representation of color #68090E: hue angle of 356.84º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68090E is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB104914-
CMYK00.910.870.59
HSL356.84º84.07%22.16%-
HSV(B)356.84º91.35%40.78%-
XYZ5.893.170.72-
YUV37.97114.47175.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 81.89%
GREEN value IS 9 (3.91% from 255) = 7.09%
BLUE value IS 14 (5.86% from 255) = 11.02%
R=81.89%
G=7.09%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10491400.910.870.59356.8484.0722.16
Hex689E05B573B1655416
Octal150111601331277354512426
Binary110100010011110010110111010111111011101100101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68090E; }

 p { color: rgb(104,9,14); }

 H1.HeaderClassName
 {
   color: #68090E;
 }
 .AnyTagClassName
 {
   color: #68090E;
 }
</style>
background-color css

<style>
 a { background-color: #68090E; }

 a { background-color: rgb(104,9,14); }

 div.DivClassName
 {
   background-color: #68090E;
 }
 .BgClassName
 {
   background-color: #68090E;
 }
</style>
border-color css

<style>
 span { border-color: #68090E; }

 span { border-color: rgb(104,9,14); }

 td.TdClassName
 {
   border-color: #68090E;
 }
 .TagClassName
 {
   border-color: #68090E;
 }
</style>