#620106

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

Shades of Pohutukawa #620106

Tints of Pohutukawa #620106

Color information

#620106 (or 0x620106) is unknown color: approx Pohutukawa. HEX triplet: 62, 01 and 06. RGB value is (98,1,6). Sum of RGB (Red+Green+Blue) = 98+1+6=105 (13% of max value = 765). Red value is 98 (38.67% from 255 or 93.33% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 98 - color contains mainly: red. Hex color #620106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620106 is #9DFEF9. Grayscale: #1E1E1E. Windows color (decimal): -10354426 or 393570. OLE color: 393570.

HSL color Cylindrical-coordinate representation of color #620106: hue angle of 356.91º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620106 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB9816-
CMYK00.990.940.62
HSL356.91º97.98%19.41%-
HSV(B)356.91º98.98%38.43%-
XYZ5.082.630.41-
YUV30.57114.14176.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 93.33%
GREEN value IS 1 (0.78% from 255) = 0.95%
BLUE value IS 6 (2.73% from 255) = 5.71%
R=93.33%
G=0.95%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal981600.990.940.62356.9197.9819.41
Hex62160635E3E1656213
Octal1421601431367654514223
Binary11000101110011000111011110111110101100101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620106; }

 p { color: rgb(98,1,6); }

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

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

 a { background-color: rgb(98,1,6); }

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

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

 span { border-color: rgb(98,1,6); }

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