Html Css Color HEX #620609 Pohutukawa

📋 copy color: '#620609'

red 98 ◦ green 6 ◦ blue 9

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

Shades of Pohutukawa #620609

Tints of Pohutukawa #620609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.96%

R = 86.73%
G = 5.31%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#620609 (or 0x620609) is known color: Pohutukawa. HEX triplet: 62, 06 and 09. RGB value is (98,6,9). Sum of RGB (Red+Green+Blue) = 98+6+9=113 (14% of max value = 765). Red value is 98 (38.67% from 255 or 86.73% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 98 - color contains mainly: red. Hex color #620609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620609 is #9DF9F6. Grayscale: #212121. Windows color (decimal): -10353143 or 591458. OLE color: 591458.

HSL color Cylindrical-coordinate representation of color #620609: hue angle of 358.04º 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 #620609 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 6 9 -
CMYK 0 0.94 0.91 0.62
HSL 358.04º 0.88% 0.2% -
HSV(B) 358.04º 0.94% 0.38% -
XYZ 5.15 2.75 0.52 -
YUV 33.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 98 6 9 0 0.94 0.91 0.62 358.04 0.88 0.2
Hex 62 6 9 0 5E 5B 3E 166 58 14
Octal 142 6 11 0 136 133 76 546 130 24
Binary 1100010 110 1001 0 1011110 1011011 111110 101100110 1011000 10100

Color Harmonies of #620609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620609

Black with #620609

Text Example


Text Example

White with #620609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620609; }

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

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

background-color css

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

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

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

border-color css

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

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

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