#621700

Color #621700 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #621700

Tints of Red Oxide #621700

Color information

#621700 (or 0x621700) is unknown color: approx 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

RGB98230-
CMYK00.7710.62
HSL14.08º100%19.22%-
HSV(B)14.08º100%38.43%-
XYZ5.343.210.34-
YUV42.8103.85167.37-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9823000.7710.6214.0810019.22
Hex6217004D643Ee6413
Octal1422700115144761614423
Binary11000101011100100110111001001111101110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>