Html Css Color HEX #620610 Pohutukawa

📋 copy color: '#620610'

red 98 ◦ green 6 ◦ blue 16

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

Shades of Pohutukawa #620610

Tints of Pohutukawa #620610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.33%

R = 81.67%
G = 5%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#620610 (or 0x620610) is known color: Pohutukawa. HEX triplet: 62, 06 and 10. RGB value is (98,6,16). Sum of RGB (Red+Green+Blue) = 98+6+16=120 (15% of max value = 765). Red value is 98 (38.67% from 255 or 81.67% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 98 - color contains mainly: red. Hex color #620610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620610 is #9DF9EF. Grayscale: #222222. Windows color (decimal): -10353136 or 1050210. OLE color: 1050210.

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

Color convert

RGB 98 6 16 -
CMYK 0 0.94 0.84 0.62
HSL 353.48º 0.88% 0.2% -
HSV(B) 353.48º 0.94% 0.38% -
XYZ 5.2 2.76 0.75 -
YUV 34.65 117.48 173.19 -
System Red Green Blue C M Y K H S L
Decimal 98 6 16 0 0.94 0.84 0.62 353.48 0.88 0.2
Hex 62 6 10 0 5E 54 3E 161 58 14
Octal 142 6 20 0 136 124 76 541 130 24
Binary 1100010 110 10000 0 1011110 1010100 111110 101100001 1011000 10100

Color Harmonies of #620610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620610

Black with #620610

Text Example


Text Example

White with #620610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620610; }

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

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

background-color css

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

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

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

border-color css

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

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

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