#660711

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

Shades of Pohutukawa #660711

Tints of Pohutukawa #660711

Color information

#660711 (or 0x660711) is unknown color: approx Pohutukawa. HEX triplet: 66, 07 and 11. RGB value is (102,7,17). Sum of RGB (Red+Green+Blue) = 102+7+17=126 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.95% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 102 - color contains mainly: red. Hex color #660711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660711 is #99F8EE. Grayscale: #242424. Windows color (decimal): -10090735 or 1116006. OLE color: 1116006.

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

Color convert

RGB102717-
CMYK00.930.830.6
HSL353.68º87.16%21.37%-
HSV(B)353.68º93.14%40%-
XYZ5.663.020.81-
YUV36.54116.97174.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 80.95%
GREEN value IS 7 (3.12% from 255) = 5.56%
BLUE value IS 17 (7.03% from 255) = 13.49%
R=80.95%
G=5.56%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10271700.930.830.6353.6887.1621.37
Hex6671105D533C1625715
Octal14672101351237454212725
Binary110011011110001010111011010011111100101100010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660711; }

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

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

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

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

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

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

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

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