#620610

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

Shades of Pohutukawa #620610

Tints of Pohutukawa #620610

Color information

#620610 (or 0x620610) is unknown color: approx Pohutukawa. HEX triplet: 62, 06 and 10. RGB value is (98,6,16). Sum of RGB (Red+Green+Blue) = 98+6+16=120 (15% of max value = 765). Red value is 98 (38.67% from 255 or 81.67% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 98 - color contains mainly: red. Hex color #620610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620610 is #9DF9EF. Grayscale: #222222. Windows color (decimal): -10353136 or 1050210. OLE color: 1050210.

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

Color convert

RGB98616-
CMYK00.940.840.62
HSL353.48º88.46%20.39%-
HSV(B)353.48º93.88%38.43%-
XYZ5.22.760.75-
YUV34.65117.48173.19-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 81.67%
GREEN value IS 6 (2.73% from 255) = 5%
BLUE value IS 16 (6.64% from 255) = 13.33%
R=81.67%
G=5%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9861600.940.840.62353.4888.4620.39
Hex6261005E543E1615814
Octal14262001361247654113024
Binary110001011010000010111101010100111110101100001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620610; }

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

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

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

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

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

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

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

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