#621C18

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

Shades of Red Oxide #621C18

Tints of Red Oxide #621C18

Color information

#621C18 (or 0x621C18) is unknown color: approx Red Oxide. HEX triplet: 62, 1C and 18. RGB value is (98,28,24). Sum of RGB (Red+Green+Blue) = 98+28+24=150 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.33% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 98 - color contains mainly: red. Hex color #621C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621C18 is #9DE3E7. Grayscale: #303030. Windows color (decimal): -10347496 or 1580130. OLE color: 1580130.

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

Color convert

RGB982824-
CMYK00.710.760.62
HSL3.24º60.66%23.92%-
HSV(B)3.24º75.51%38.43%-
XYZ5.623.491.24-
YUV48.47114.19163.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.33%
GREEN value IS 28 (11.33% from 255) = 18.67%
BLUE value IS 24 (9.77% from 255) = 16%
R=65.33%
G=18.67%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98282400.710.760.623.2460.6623.92
Hex621C180474C3E33d18
Octal142343001071147637530
Binary110001011100110000100011110011001111101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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