Html Css Color HEX #621700 Red Oxide

📋 copy color: '#621700'

red 98 ◦ green 23 ◦ blue 0

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

Shades of Red Oxide #621700

Tints of Red Oxide #621700

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.01%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.99%
G = 19.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#621700 (or 0x621700) is known color: Red Oxide. HEX triplet: 62, 17 and 00. RGB value is (98,23,0). Sum of RGB (Red+Green+Blue) = 98+23+0=121 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.99% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 98 - color contains mainly: red. Hex color #621700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621700 is #9DE8FF. Grayscale: #2A2A2A. Windows color (decimal): -10348800 or 5986. OLE color: 5986.

HSL color Cylindrical-coordinate representation of color #621700: hue angle of 14.08º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #621700 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 23 0 -
CMYK 0 0.77 1 0.62
HSL 14.08º 1% 0.19% -
HSV(B) 14.08º 1% 0.38% -
XYZ 5.34 3.21 0.34 -
YUV 42.8 103.85 167.37 -
System Red Green Blue C M Y K H S L
Decimal 98 23 0 0 0.77 1 0.62 14.08 1 0.19
Hex 62 17 0 0 4D 64 3E E 64 13
Octal 142 27 0 0 115 144 76 16 144 23
Binary 1100010 10111 0 0 1001101 1100100 111110 1110 1100100 10011

Color Harmonies of #621700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621700

Black with #621700

Text Example


Text Example

White with #621700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621700; }

 p { color: rgb(98,23,0); }

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

background-color css

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

 a { background-color: rgb(98,23,0); }

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

border-color css

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

 span { border-color: rgb(98,23,0); }

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