#660916

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

Shades of Pohutukawa #660916

Tints of Pohutukawa #660916

Color information

#660916 (or 0x660916) is unknown color: approx Pohutukawa. HEX triplet: 66, 09 and 16. RGB value is (102,9,22). Sum of RGB (Red+Green+Blue) = 102+9+22=133 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.69% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 102 - color contains mainly: red. Hex color #660916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660916 is #99F6E9. Grayscale: #262626. Windows color (decimal): -10090218 or 1444198. OLE color: 1444198.

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

Color convert

RGB102922-
CMYK00.910.780.6
HSL351.61º83.78%21.76%-
HSV(B)351.61º91.18%40%-
XYZ5.723.081.05-
YUV38.29118.81173.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 76.69%
GREEN value IS 9 (3.91% from 255) = 6.77%
BLUE value IS 22 (8.98% from 255) = 16.54%
R=76.69%
G=6.77%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10292200.910.780.6351.6183.7821.76
Hex6691605B4E3C1605416
Octal146112601331167454012426
Binary1100110100110110010110111001110111100101100000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660916; }

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

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

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

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

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

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

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

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