#620E22

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

Shades of Pohutukawa #620E22

Tints of Pohutukawa #620E22

Color information

#620E22 (or 0x620E22) is unknown color: approx Pohutukawa. HEX triplet: 62, 0E and 22. RGB value is (98,14,34). Sum of RGB (Red+Green+Blue) = 98+14+34=146 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.12% from 146); Green value is 14 (5.86% from 255 or 9.59% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 98 - color contains mainly: red. Hex color #620E22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620E22 is #9DF1DD. Grayscale: #292929. Windows color (decimal): -10351070 or 2231906. OLE color: 2231906.

HSL color Cylindrical-coordinate representation of color #620E22: hue angle of 345.71º 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 #620E22 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB981434-
CMYK00.860.650.62
HSL345.71º75%21.96%-
HSV(B)345.71º85.71%38.43%-
XYZ5.483.031.81-
YUV41.4123.83168.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 67.12%
GREEN value IS 14 (5.86% from 255) = 9.59%
BLUE value IS 34 (13.67% from 255) = 23.29%
R=67.12%
G=9.59%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98143400.860.650.62345.717521.96
Hex62E22056413E15a4b16
Octal142164201261017653211326
Binary11000101110100010010101101000001111110101011010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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