#660625

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

Shades of Pohutukawa #660625

Tints of Pohutukawa #660625

Color information

#660625 (or 0x660625) is unknown color: approx Pohutukawa. HEX triplet: 66, 06 and 25. RGB value is (102,6,37). Sum of RGB (Red+Green+Blue) = 102+6+37=145 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.34% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 102 - color contains mainly: red. Hex color #660625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660625 is #99F9DA. Grayscale: #262626. Windows color (decimal): -10090971 or 2426470. OLE color: 2426470.

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

Color convert

RGB102637-
CMYK00.940.640.6
HSL340.62º88.89%21.18%-
HSV(B)340.62º94.12%40%-
XYZ5.883.092.04-
YUV38.24127.3173.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 70.34%
GREEN value IS 6 (2.73% from 255) = 4.14%
BLUE value IS 37 (14.84% from 255) = 25.52%
R=70.34%
G=4.14%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10263700.940.640.6340.6288.8921.18
Hex6662505E403C1555915
Octal14664501361007452513125
Binary1100110110100101010111101000000111100101010101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660625; }

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

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

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

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

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

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

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

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