#67090C

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

Shades of Pohutukawa #67090C

Tints of Pohutukawa #67090C

Color information

#67090C (or 0x67090C) is unknown color: approx Pohutukawa. HEX triplet: 67, 09 and 0C. RGB value is (103,9,12). Sum of RGB (Red+Green+Blue) = 103+9+12=124 (16% of max value = 765). Red value is 103 (40.62% from 255 or 83.06% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 103 - color contains mainly: red. Hex color #67090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67090C is #98F6F3. Grayscale: #252525. Windows color (decimal): -10024692 or 788839. OLE color: 788839.

HSL color Cylindrical-coordinate representation of color #67090C: hue angle of 358.09º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #67090C is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB103912-
CMYK00.910.880.60
HSL358.09º83.93%21.96%-
HSV(B)358.09º91.26%40.39%-
XYZ5.763.110.64-
YUV37.45113.64174.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 83.06%
GREEN value IS 9 (3.91% from 255) = 7.26%
BLUE value IS 12 (5.08% from 255) = 9.68%
R=83.06%
G=7.26%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10391200.910.880.60358.0983.9321.96
Hex679C05B583C1665416
Octal147111401331307454612426
Binary110011110011100010110111011000111100101100110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67090C; }

 p { color: rgb(103,9,12); }

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

<style>
 a { background-color: #67090C; }

 a { background-color: rgb(103,9,12); }

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

<style>
 span { border-color: #67090C; }

 span { border-color: rgb(103,9,12); }

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