#620616

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

Shades of Pohutukawa #620616

Tints of Pohutukawa #620616

Color information

#620616 (or 0x620616) is unknown color: approx Pohutukawa. HEX triplet: 62, 06 and 16. RGB value is (98,6,22). Sum of RGB (Red+Green+Blue) = 98+6+22=126 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.78% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 98 - color contains mainly: red. Hex color #620616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620616 is #9DF9E9. Grayscale: #232323. Windows color (decimal): -10353130 or 1443426. OLE color: 1443426.

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

Color convert

RGB98622-
CMYK00.940.780.62
HSL349.57º88.46%20.39%-
HSV(B)349.57º93.88%38.43%-
XYZ5.252.781.02-
YUV35.33120.48172.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 77.78%
GREEN value IS 6 (2.73% from 255) = 4.76%
BLUE value IS 22 (8.98% from 255) = 17.46%
R=77.78%
G=4.76%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9862200.940.780.62349.5788.4620.39
Hex6261605E4E3E15e5814
Octal14262601361167653613024
Binary110001011010110010111101001110111110101011110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620616; }

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

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

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

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

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

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

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

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