#660614

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

Shades of Pohutukawa #660614

Tints of Pohutukawa #660614

Color information

#660614 (or 0x660614) is unknown color: approx Pohutukawa. HEX triplet: 66, 06 and 14. RGB value is (102,6,20). Sum of RGB (Red+Green+Blue) = 102+6+20=128 (16% of max value = 765). Red value is 102 (40.23% from 255 or 79.69% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 102 - color contains mainly: red. Hex color #660614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660614 is #99F9EB. Grayscale: #242424. Windows color (decimal): -10090988 or 1312358. OLE color: 1312358.

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

Color convert

RGB102620-
CMYK00.940.800.6
HSL351.25º88.89%21.18%-
HSV(B)351.25º94.12%40%-
XYZ5.673.010.94-
YUV36.3118.8174.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 79.69%
GREEN value IS 6 (2.73% from 255) = 4.69%
BLUE value IS 20 (8.20% from 255) = 15.62%
R=79.69%
G=4.69%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10262000.940.800.6351.2588.8921.18
Hex6661405E503C15f5915
Octal14662401361207453713125
Binary110011011010100010111101010000111100101011111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660614; }

 p { color: rgb(102,6,20); }

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

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

 a { background-color: rgb(102,6,20); }

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

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

 span { border-color: rgb(102,6,20); }

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