#620E10

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

Shades of Pohutukawa #620E10

Tints of Pohutukawa #620E10

Color information

#620E10 (or 0x620E10) is unknown color: approx Pohutukawa. HEX triplet: 62, 0E and 10. RGB value is (98,14,16). Sum of RGB (Red+Green+Blue) = 98+14+16=128 (16% of max value = 765). Red value is 98 (38.67% from 255 or 76.56% from 128); Green value is 14 (5.86% from 255 or 10.94% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 98 - color contains mainly: red. Hex color #620E10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620E10 is #9DF1EF. Grayscale: #272727. Windows color (decimal): -10351088 or 1052258. OLE color: 1052258.

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

Color convert

RGB981416-
CMYK00.860.840.62
HSL358.57º75%21.96%-
HSV(B)358.57º85.71%38.43%-
XYZ5.292.950.78-
YUV39.34114.83169.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 76.56%
GREEN value IS 14 (5.86% from 255) = 10.94%
BLUE value IS 16 (6.64% from 255) = 12.5%
R=76.56%
G=10.94%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98141600.860.840.62358.577521.96
Hex62E10056543E1674b16
Octal142162001261247654711326
Binary1100010111010000010101101010100111110101100111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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