Html Css Color HEX #621406 Red Oxide

📋 copy color: '#621406'

red 98 ◦ green 20 ◦ blue 6

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

Shades of Red Oxide #621406

Tints of Red Oxide #621406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.13%

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

R = 79.03%
G = 16.13%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#621406 (or 0x621406) is known color: Red Oxide. HEX triplet: 62, 14 and 06. RGB value is (98,20,6). Sum of RGB (Red+Green+Blue) = 98+20+6=124 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.03% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 98 - color contains mainly: red. Hex color #621406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621406 is #9DEBF9. Grayscale: #292929. Windows color (decimal): -10349562 or 398434. OLE color: 398434.

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

Color convert

RGB 98 20 6 -
CMYK 0 0.80 0.94 0.62
HSL 9.13º 0.88% 0.2% -
HSV(B) 9.13º 0.94% 0.38% -
XYZ 5.32 3.11 0.49 -
YUV 41.73 107.84 168.14 -
System Red Green Blue C M Y K H S L
Decimal 98 20 6 0 0.80 0.94 0.62 9.13 0.88 0.2
Hex 62 14 6 0 50 5E 3E 9 58 14
Octal 142 24 6 0 120 136 76 11 130 24
Binary 1100010 10100 110 0 1010000 1011110 111110 1001 1011000 10100

Color Harmonies of #621406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621406

Black with #621406

Text Example


Text Example

White with #621406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621406; }

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

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

background-color css

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

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

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

border-color css

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

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

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