#660910

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

Shades of Pohutukawa #660910

Tints of Pohutukawa #660910

Color information

#660910 (or 0x660910) is unknown color: approx Pohutukawa. HEX triplet: 66, 09 and 10. RGB value is (102,9,16). Sum of RGB (Red+Green+Blue) = 102+9+16=127 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.31% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 102 - color contains mainly: red. Hex color #660910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660910 is #99F6EF. Grayscale: #252525. Windows color (decimal): -10090224 or 1050982. OLE color: 1050982.

HSL color Cylindrical-coordinate representation of color #660910: hue angle of 355.48º 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 #660910 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB102916-
CMYK00.910.840.6
HSL355.48º83.78%21.76%-
HSV(B)355.48º91.18%40%-
XYZ5.673.060.78-
YUV37.6115.81173.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 80.31%
GREEN value IS 9 (3.91% from 255) = 7.09%
BLUE value IS 16 (6.64% from 255) = 12.60%
R=80.31%
G=7.09%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10291600.910.840.6355.4883.7821.76
Hex6691005B543C1635416
Octal146112001331247454312426
Binary1100110100110000010110111010100111100101100011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660910; }

 p { color: rgb(102,9,16); }

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

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

 a { background-color: rgb(102,9,16); }

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

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

 span { border-color: rgb(102,9,16); }

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