#621C08

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

Shades of Red Oxide #621C08

Tints of Red Oxide #621C08

Color information

#621C08 (or 0x621C08) is unknown color: approx Red Oxide. HEX triplet: 62, 1C and 08. RGB value is (98,28,8). Sum of RGB (Red+Green+Blue) = 98+28+8=134 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.13% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 98 - color contains mainly: red. Hex color #621C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621C08 is #9DE3F7. Grayscale: #2E2E2E. Windows color (decimal): -10347512 or 531554. OLE color: 531554.

HSL color Cylindrical-coordinate representation of color #621C08: hue angle of 13.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #621C08 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB98288-
CMYK00.710.920.62
HSL13.33º84.91%20.78%-
HSV(B)13.33º91.84%38.43%-
XYZ5.53.440.6-
YUV46.65106.19164.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 73.13%
GREEN value IS 28 (11.33% from 255) = 20.90%
BLUE value IS 8 (3.52% from 255) = 5.97%
R=73.13%
G=20.90%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9828800.710.920.6213.3384.9120.78
Hex621C80475C3Ed5515
Octal14234100107134761512525
Binary11000101110010000100011110111001111101101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621C08; }

 p { color: rgb(98,28,8); }

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

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

 a { background-color: rgb(98,28,8); }

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

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

 span { border-color: rgb(98,28,8); }

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