Html Css Color HEX #620607 Pohutukawa

📋 copy color: '#620607'

red 98 ◦ green 6 ◦ blue 7

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

Shades of Pohutukawa #620607

Tints of Pohutukawa #620607

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.41%

 BLUE value IS 7 (3.13% from 255) = 6.31%

R = 88.29%
G = 5.41%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#620607 (or 0x620607) is known color: Pohutukawa. HEX triplet: 62, 06 and 07. RGB value is (98,6,7). Sum of RGB (Red+Green+Blue) = 98+6+7=111 (14% of max value = 765). Red value is 98 (38.67% from 255 or 88.29% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 98 - color contains mainly: red. Hex color #620607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620607 is #9DF9F8. Grayscale: #212121. Windows color (decimal): -10353145 or 460386. OLE color: 460386.

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

Color convert

RGB 98 6 7 -
CMYK 0 0.94 0.93 0.62
HSL 359.35º 0.88% 0.2% -
HSV(B) 359.35º 0.94% 0.38% -
XYZ 5.14 2.74 0.46 -
YUV 33.62 112.98 173.92 -
System Red Green Blue C M Y K H S L
Decimal 98 6 7 0 0.94 0.93 0.62 359.35 0.88 0.2
Hex 62 6 7 0 5E 5D 3E 167 58 14
Octal 142 6 7 0 136 135 76 547 130 24
Binary 1100010 110 111 0 1011110 1011101 111110 101100111 1011000 10100

Color Harmonies of #620607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620607

Black with #620607

Text Example


Text Example

White with #620607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620607; }

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

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

background-color css

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

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

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

border-color css

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

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

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