Html Css Color HEX #621906 Red Oxide

📋 copy color: '#621906'

red 98 ◦ green 25 ◦ blue 6

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

Shades of Red Oxide #621906

Tints of Red Oxide #621906

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.38%

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

R = 75.97%
G = 19.38%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#621906 (or 0x621906) is known color: Red Oxide. HEX triplet: 62, 19 and 06. RGB value is (98,25,6). Sum of RGB (Red+Green+Blue) = 98+25+6=129 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.97% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 98 - color contains mainly: red. Hex color #621906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621906 is #9DE6F9. Grayscale: #2C2C2C. Windows color (decimal): -10348282 or 399714. OLE color: 399714.

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

Color convert

RGB 98 25 6 -
CMYK 0 0.74 0.94 0.62
HSL 12.39º 0.88% 0.2% -
HSV(B) 12.39º 0.94% 0.38% -
XYZ 5.42 3.31 0.52 -
YUV 44.66 106.18 166.04 -
System Red Green Blue C M Y K H S L
Decimal 98 25 6 0 0.74 0.94 0.62 12.39 0.88 0.2
Hex 62 19 6 0 4A 5E 3E C 58 14
Octal 142 31 6 0 112 136 76 14 130 24
Binary 1100010 11001 110 0 1001010 1011110 111110 1100 1011000 10100

Color Harmonies of #621906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621906

Black with #621906

Text Example


Text Example

White with #621906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621906; }

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

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

background-color css

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

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

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

border-color css

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

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

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