#660918

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

Shades of Pohutukawa #660918

Tints of Pohutukawa #660918

Color information

#660918 (or 0x660918) is unknown color: approx Pohutukawa. HEX triplet: 66, 09 and 18. RGB value is (102,9,24). Sum of RGB (Red+Green+Blue) = 102+9+24=135 (17% of max value = 765). Red value is 102 (40.23% from 255 or 75.56% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 102 - color contains mainly: red. Hex color #660918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660918 is #99F6E7. Grayscale: #262626. Windows color (decimal): -10090216 or 1575270. OLE color: 1575270.

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

Color convert

RGB102924-
CMYK00.910.760.6
HSL350.32º83.78%21.76%-
HSV(B)350.32º91.18%40%-
XYZ5.743.091.16-
YUV38.52119.81173.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 75.56%
GREEN value IS 9 (3.91% from 255) = 6.67%
BLUE value IS 24 (9.77% from 255) = 17.78%
R=75.56%
G=6.67%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10292400.910.760.6350.3283.7821.76
Hex6691805B4C3C15e5416
Octal146113001331147453612426
Binary1100110100111000010110111001100111100101011110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660918; }

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

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

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

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

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

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

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

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