#660506

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

Shades of Pohutukawa #660506

Tints of Pohutukawa #660506

Color information

#660506 (or 0x660506) is unknown color: approx Pohutukawa. HEX triplet: 66, 05 and 06. RGB value is (102,5,6). Sum of RGB (Red+Green+Blue) = 102+5+6=113 (14% of max value = 765). Red value is 102 (40.23% from 255 or 90.27% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 102 - color contains mainly: red. Hex color #660506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660506 is #99FAF9. Grayscale: #222222. Windows color (decimal): -10091258 or 394598. OLE color: 394598.

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

Color convert

RGB10256-
CMYK00.950.940.6
HSL359.38º90.65%20.98%-
HSV(B)359.38º95.1%40%-
XYZ5.572.950.45-
YUV34.12112.14176.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 90.27%
GREEN value IS 5 (2.34% from 255) = 4.42%
BLUE value IS 6 (2.73% from 255) = 5.31%
R=90.27%
G=4.42%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.94
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1025600.950.940.6359.3890.6520.98
Hex665605F5E3C1675b15
Octal1465601371367454713325
Binary1100110101110010111111011110111100101100111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660506; }

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

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

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

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

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

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

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

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