#620F20

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

Shades of Pohutukawa #620F20

Tints of Pohutukawa #620F20

Color information

#620F20 (or 0x620F20) is unknown color: approx Pohutukawa. HEX triplet: 62, 0F and 20. RGB value is (98,15,32). Sum of RGB (Red+Green+Blue) = 98+15+32=145 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.59% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 98 - color contains mainly: red. Hex color #620F20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620F20 is #9DF0DF. Grayscale: #292929. Windows color (decimal): -10350816 or 2101090. OLE color: 2101090.

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

Color convert

RGB981532-
CMYK00.850.670.62
HSL347.71º73.45%22.16%-
HSV(B)347.71º84.69%38.43%-
XYZ5.473.041.67-
YUV41.76122.5168.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 67.59%
GREEN value IS 15 (6.25% from 255) = 10.34%
BLUE value IS 32 (12.89% from 255) = 22.07%
R=67.59%
G=10.34%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98153200.850.670.62347.7173.4522.16
Hex62F20055433E15c4916
Octal142174001251037653411126
Binary11000101111100000010101011000011111110101011100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,15,32); }

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

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

 a { background-color: rgb(98,15,32); }

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

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

 span { border-color: rgb(98,15,32); }

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