Html Css Color HEX #621106 Red Oxide

📋 copy color: '#621106'

red 98 ◦ green 17 ◦ blue 6

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

Shades of Red Oxide #621106

Tints of Red Oxide #621106

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.05%

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

R = 80.99%
G = 14.05%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#621106 (or 0x621106) is known color: Red Oxide. HEX triplet: 62, 11 and 06. RGB value is (98,17,6). Sum of RGB (Red+Green+Blue) = 98+17+6=121 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.99% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 98 - color contains mainly: red. Hex color #621106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621106 is #9DEEF9. Grayscale: #282828. Windows color (decimal): -10350330 or 397666. OLE color: 397666.

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

Color convert

RGB 98 17 6 -
CMYK 0 0.83 0.94 0.62
HSL 7.17º 0.88% 0.2% -
HSV(B) 7.17º 0.94% 0.38% -
XYZ 5.27 3.01 0.48 -
YUV 39.97 108.84 169.39 -
System Red Green Blue C M Y K H S L
Decimal 98 17 6 0 0.83 0.94 0.62 7.17 0.88 0.2
Hex 62 11 6 0 53 5E 3E 7 58 14
Octal 142 21 6 0 123 136 76 7 130 24
Binary 1100010 10001 110 0 1010011 1011110 111110 111 1011000 10100

Color Harmonies of #621106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621106

Black with #621106

Text Example


Text Example

White with #621106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621106; }

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

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

background-color css

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

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

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

border-color css

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

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

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