#621C16

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

Shades of Red Oxide #621C16

Tints of Red Oxide #621C16

Color information

#621C16 (or 0x621C16) is unknown color: approx Red Oxide. HEX triplet: 62, 1C and 16. RGB value is (98,28,22). Sum of RGB (Red+Green+Blue) = 98+28+22=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #621C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621C16 is #9DE3E9. Grayscale: #303030. Windows color (decimal): -10347498 or 1449058. OLE color: 1449058.

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

Color convert

RGB982822-
CMYK00.710.780.62
HSL4.74º63.33%23.53%-
HSV(B)4.74º77.55%38.43%-
XYZ5.63.491.14-
YUV48.25113.19163.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 66.22%
GREEN value IS 28 (11.33% from 255) = 18.92%
BLUE value IS 22 (8.98% from 255) = 14.86%
R=66.22%
G=18.92%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98282200.710.780.624.7463.3323.53
Hex621C160474E3E53f18
Octal142342601071167657730
Binary1100010111001011001000111100111011111010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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