#660F20

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

Shades of Pohutukawa #660F20

Tints of Pohutukawa #660F20

Color information

#660F20 (or 0x660F20) is unknown color: approx Pohutukawa. HEX triplet: 66, 0F and 20. RGB value is (102,15,32). Sum of RGB (Red+Green+Blue) = 102+15+32=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #660F20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F20 is #99F0DF. Grayscale: #2A2A2A. Windows color (decimal): -10088672 or 2101094. OLE color: 2101094.

HSL color Cylindrical-coordinate representation of color #660F20: hue angle of 348.28º 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 #660F20 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB1021532-
CMYK00.850.690.6
HSL348.28º74.36%22.94%-
HSV(B)348.28º85.29%40%-
XYZ5.913.271.69-
YUV42.95121.82170.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.46%
GREEN value IS 15 (6.25% from 255) = 10.07%
BLUE value IS 32 (12.89% from 255) = 21.48%
R=68.46%
G=10.07%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102153200.850.690.6348.2874.3622.94
Hex66F20055453C15c4a17
Octal146174001251057453411227
Binary11001101111100000010101011000101111100101011100100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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