#660F14

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

Shades of Pohutukawa #660F14

Tints of Pohutukawa #660F14

Color information

#660F14 (or 0x660F14) is unknown color: approx Pohutukawa. HEX triplet: 66, 0F and 14. RGB value is (102,15,20). Sum of RGB (Red+Green+Blue) = 102+15+20=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #660F14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660F14 is #99F0EB. Grayscale: #292929. Windows color (decimal): -10088684 or 1314662. OLE color: 1314662.

HSL color Cylindrical-coordinate representation of color #660F14: hue angle of 356.55º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #660F14 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB1021520-
CMYK00.850.800.6
HSL356.55º74.36%22.94%-
HSV(B)356.55º85.29%40%-
XYZ5.783.220.98-
YUV41.58115.82171.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 74.45%
GREEN value IS 15 (6.25% from 255) = 10.95%
BLUE value IS 20 (8.20% from 255) = 14.60%
R=74.45%
G=10.95%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102152000.850.800.6356.5574.3622.94
Hex66F14055503C1654a17
Octal146172401251207454511227
Binary1100110111110100010101011010000111100101100101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660F14; }

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

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

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

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

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

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

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

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