#620206

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

Shades of Pohutukawa #620206

Tints of Pohutukawa #620206

Color information

#620206 (or 0x620206) is unknown color: approx Pohutukawa. HEX triplet: 62, 02 and 06. RGB value is (98,2,6). Sum of RGB (Red+Green+Blue) = 98+2+6=106 (14% of max value = 765). Red value is 98 (38.67% from 255 or 92.45% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 98 - color contains mainly: red. Hex color #620206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620206 is #9DFDF9. Grayscale: #1F1F1F. Windows color (decimal): -10354170 or 393826. OLE color: 393826.

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

Color convert

RGB9826-
CMYK00.980.940.62
HSL357.5º96%19.61%-
HSV(B)357.5º97.96%38.43%-
XYZ5.092.650.42-
YUV31.16113.8175.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 92.45%
GREEN value IS 2 (1.17% from 255) = 1.89%
BLUE value IS 6 (2.73% from 255) = 5.66%
R=92.45%
G=1.89%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal982600.980.940.62357.59619.61
Hex62260625E3E1666014
Octal1422601421367654614024
Binary110001010110011000101011110111110101100110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620206; }

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

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

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

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

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

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

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

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