Html Css Color HEX #620E10 Pohutukawa

📋 copy color: '#620E10'

red 98 ◦ green 14 ◦ blue 16

#620E10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #620E10

Tints of Pohutukawa #620E10

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 value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#620E10 (or 0x620E10) is known color: 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

RGB 98 14 16 -
CMYK 0 0.86 0.84 0.62
HSL 358.57º 0.75% 0.22% -
HSV(B) 358.57º 0.86% 0.38% -
XYZ 5.29 2.95 0.78 -
YUV 39.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 98 14 16 0 0.86 0.84 0.62 358.57 0.75 0.22
Hex 62 E 10 0 56 54 3E 167 4B 16
Octal 142 16 20 0 126 124 76 547 113 26
Binary 1100010 1110 10000 0 1010110 1010100 111110 101100111 1001011 10110

Color Harmonies of #620E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620E10

Black with #620E10

Text Example


Text Example

White with #620E10

Text Example


Text Example

HTML Codes & Css Web 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>