#621609

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

Shades of Red Oxide #621609

Tints of Red Oxide #621609

Color information

#621609 (or 0x621609) is unknown color: approx Red Oxide. HEX triplet: 62, 16 and 09. RGB value is (98,22,9). Sum of RGB (Red+Green+Blue) = 98+22+9=129 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.97% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 98 - color contains mainly: red. Hex color #621609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621609 is #9DE9F6. Grayscale: #2B2B2B. Windows color (decimal): -10349047 or 595554. OLE color: 595554.

HSL color Cylindrical-coordinate representation of color #621609: hue angle of 8.76º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #621609 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB98229-
CMYK00.780.910.62
HSL8.76º83.18%20.98%-
HSV(B)8.76º90.82%38.43%-
XYZ5.373.190.59-
YUV43.24108.68167.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 75.97%
GREEN value IS 22 (8.98% from 255) = 17.05%
BLUE value IS 9 (3.91% from 255) = 6.98%
R=75.97%
G=17.05%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9822900.780.910.628.7683.1820.98
Hex6216904E5B3E95315
Octal14226110116133761112325
Binary11000101011010010100111010110111111101001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621609; }

 p { color: rgb(98,22,9); }

 H1.HeaderClassName
 {
   color: #621609;
 }
 .AnyTagClassName
 {
   color: #621609;
 }
</style>
background-color css

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

 a { background-color: rgb(98,22,9); }

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

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

 span { border-color: rgb(98,22,9); }

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