#660917

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

Shades of Pohutukawa #660917

Tints of Pohutukawa #660917

Color information

#660917 (or 0x660917) is unknown color: approx Pohutukawa. HEX triplet: 66, 09 and 17. RGB value is (102,9,23). Sum of RGB (Red+Green+Blue) = 102+9+23=134 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.12% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 102 - color contains mainly: red. Hex color #660917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660917 is #99F6E8. Grayscale: #262626. Windows color (decimal): -10090217 or 1509734. OLE color: 1509734.

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

Color convert

RGB102923-
CMYK00.910.770.6
HSL350.97º83.78%21.76%-
HSV(B)350.97º91.18%40%-
XYZ5.733.081.1-
YUV38.4119.31173.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 76.12%
GREEN value IS 9 (3.91% from 255) = 6.72%
BLUE value IS 23 (9.38% from 255) = 17.16%
R=76.12%
G=6.72%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10292300.910.770.6350.9783.7821.76
Hex6691705B4D3C15f5416
Octal146112701331157453712426
Binary1100110100110111010110111001101111100101011111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660917; }

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

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

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

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

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

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

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

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