#660709

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

Shades of Pohutukawa #660709

Tints of Pohutukawa #660709

Color information

#660709 (or 0x660709) is unknown color: approx Pohutukawa. HEX triplet: 66, 07 and 09. RGB value is (102,7,9). Sum of RGB (Red+Green+Blue) = 102+7+9=118 (15% of max value = 765). Red value is 102 (40.23% from 255 or 86.44% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 102 - color contains mainly: red. Hex color #660709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660709 is #99F8F6. Grayscale: #232323. Windows color (decimal): -10090743 or 591718. OLE color: 591718.

HSL color Cylindrical-coordinate representation of color #660709: hue angle of 358.74º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660709 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.6.

Color convert

RGB10279-
CMYK00.930.910.6
HSL358.74º87.16%21.37%-
HSV(B)358.74º93.14%40%-
XYZ5.630.54-
YUV35.63112.97175.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 86.44%
GREEN value IS 7 (3.12% from 255) = 5.93%
BLUE value IS 9 (3.91% from 255) = 7.63%
R=86.44%
G=5.93%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1027900.930.910.6358.7487.1621.37
Hex667905D5B3C1675715
Octal14671101351337454712725
Binary11001101111001010111011011011111100101100111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660709; }

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

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

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

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

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

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

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

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