#620611

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

Shades of Pohutukawa #620611

Tints of Pohutukawa #620611

Color information

#620611 (or 0x620611) is unknown color: approx Pohutukawa. HEX triplet: 62, 06 and 11. RGB value is (98,6,17). Sum of RGB (Red+Green+Blue) = 98+6+17=121 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.99% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 98 - color contains mainly: red. Hex color #620611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620611 is #9DF9EE. Grayscale: #222222. Windows color (decimal): -10353135 or 1115746. OLE color: 1115746.

HSL color Cylindrical-coordinate representation of color #620611: hue angle of 352.83º 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 #620611 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB98617-
CMYK00.940.830.62
HSL352.83º88.46%20.39%-
HSV(B)352.83º93.88%38.43%-
XYZ5.22.770.79-
YUV34.76117.98173.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 80.99%
GREEN value IS 6 (2.73% from 255) = 4.96%
BLUE value IS 17 (7.03% from 255) = 14.05%
R=80.99%
G=4.96%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9861700.940.830.62352.8388.4620.39
Hex6261105E533E1615814
Octal14262101361237654113024
Binary110001011010001010111101010011111110101100001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620611; }

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

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

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

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

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

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

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

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