#621F16

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

Shades of Red Oxide #621F16

Tints of Red Oxide #621F16

Color information

#621F16 (or 0x621F16) is unknown color: approx Red Oxide. HEX triplet: 62, 1F and 16. RGB value is (98,31,22). Sum of RGB (Red+Green+Blue) = 98+31+22=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #621F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621F16 is #9DE0E9. Grayscale: #323232. Windows color (decimal): -10346730 or 1449826. OLE color: 1449826.

HSL color Cylindrical-coordinate representation of color #621F16: hue angle of 7.11º 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 #621F16 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB983122-
CMYK00.680.780.62
HSL7.11º63.33%23.53%-
HSV(B)7.11º77.55%38.43%-
XYZ5.673.631.16-
YUV50.01112.2162.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.90%
GREEN value IS 31 (12.5% from 255) = 20.53%
BLUE value IS 22 (8.98% from 255) = 14.57%
R=64.90%
G=20.53%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98312200.680.780.627.1163.3323.53
Hex621F160444E3E73f18
Octal142372601041167677730
Binary1100010111111011001000100100111011111011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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