#620E16

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

Shades of Pohutukawa #620E16

Tints of Pohutukawa #620E16

Color information

#620E16 (or 0x620E16) is unknown color: approx Pohutukawa. HEX triplet: 62, 0E and 16. RGB value is (98,14,22). Sum of RGB (Red+Green+Blue) = 98+14+22=134 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.13% from 134); Green value is 14 (5.86% from 255 or 10.45% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 98 - color contains mainly: red. Hex color #620E16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620E16 is #9DF1E9. Grayscale: #282828. Windows color (decimal): -10351082 or 1445474. OLE color: 1445474.

HSL color Cylindrical-coordinate representation of color #620E16: hue angle of 354.29º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #620E16 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB981422-
CMYK00.860.780.62
HSL354.29º75%21.96%-
HSV(B)354.29º85.71%38.43%-
XYZ5.342.971.05-
YUV40.03117.83169.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 73.13%
GREEN value IS 14 (5.86% from 255) = 10.45%
BLUE value IS 22 (8.98% from 255) = 16.42%
R=73.13%
G=10.45%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98142200.860.780.62354.297521.96
Hex62E160564E3E1624b16
Octal142162601261167654211326
Binary1100010111010110010101101001110111110101100010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620E16; }

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

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

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

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

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

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

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

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