#640506

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

Shades of Pohutukawa #640506

Tints of Pohutukawa #640506

Color information

#640506 (or 0x640506) is unknown color: approx Pohutukawa. HEX triplet: 64, 05 and 06. RGB value is (100,5,6). Sum of RGB (Red+Green+Blue) = 100+5+6=111 (14% of max value = 765). Red value is 100 (39.45% from 255 or 90.09% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 100 - color contains mainly: red. Hex color #640506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640506 is #9BFAF9. Grayscale: #212121. Windows color (decimal): -10222330 or 394596. OLE color: 394596.

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

Color convert

RGB10056-
CMYK00.950.940.61
HSL359.37º90.48%20.59%-
HSV(B)359.37º95%39.22%-
XYZ5.342.830.44-
YUV33.52112.47175.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 90.09%
GREEN value IS 5 (2.34% from 255) = 4.50%
BLUE value IS 6 (2.73% from 255) = 5.41%
R=90.09%
G=4.50%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1005600.950.940.61359.3790.4820.59
Hex645605F5E3D1675a15
Octal1445601371367554713225
Binary1100100101110010111111011110111101101100111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640506; }

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

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

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

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

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

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

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

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