Html Css Color HEX #620106 Pohutukawa

📋 copy color: '#620106'

red 98 ◦ green 1 ◦ blue 6

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

Shades of Pohutukawa #620106

Tints of Pohutukawa #620106

RGB

 RED value IS 98 (38.67% from 255) = 93.33%

 GREEN value IS 1 (0.78% from 255) = 0.95%

 BLUE value IS 6 (2.73% from 255) = 5.71%

R = 93.33%
G = 0.95%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#620106 (or 0x620106) is known color: Pohutukawa. HEX triplet: 62, 01 and 06. RGB value is (98,1,6). Sum of RGB (Red+Green+Blue) = 98+1+6=105 (13% of max value = 765). Red value is 98 (38.67% from 255 or 93.33% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 98 - color contains mainly: red. Hex color #620106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620106 is #9DFEF9. Grayscale: #1E1E1E. Windows color (decimal): -10354426 or 393570. OLE color: 393570.

HSL color Cylindrical-coordinate representation of color #620106: hue angle of 356.91º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620106 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 1 6 -
CMYK 0 0.99 0.94 0.62
HSL 356.91º 0.98% 0.19% -
HSV(B) 356.91º 0.99% 0.38% -
XYZ 5.08 2.63 0.41 -
YUV 30.57 114.14 176.09 -
System Red Green Blue C M Y K H S L
Decimal 98 1 6 0 0.99 0.94 0.62 356.91 0.98 0.19
Hex 62 1 6 0 63 5E 3E 165 62 13
Octal 142 1 6 0 143 136 76 545 142 23
Binary 1100010 1 110 0 1100011 1011110 111110 101100101 1100010 10011

Color Harmonies of #620106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620106

Black with #620106

Text Example


Text Example

White with #620106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620106; }

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

 H1.HeaderClassName
 {
   color: #620106;
 }
 .AnyTagClassName
 {
   color: #620106;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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