#621612

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

Shades of Red Oxide #621612

Tints of Red Oxide #621612

Color information

#621612 (or 0x621612) is unknown color: approx Red Oxide. HEX triplet: 62, 16 and 12. RGB value is (98,22,18). Sum of RGB (Red+Green+Blue) = 98+22+18=138 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.01% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 98 - color contains mainly: red. Hex color #621612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621612 is #9DE9ED. Grayscale: #2C2C2C. Windows color (decimal): -10349038 or 1185378. OLE color: 1185378.

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

Color convert

RGB982218-
CMYK00.780.820.62
HSL68.97%22.75%-
HSV(B)81.63%38.43%-
XYZ5.433.210.91-
YUV44.27113.18166.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 71.01%
GREEN value IS 22 (8.98% from 255) = 15.94%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=71.01%
G=15.94%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98221800.780.820.62368.9722.75
Hex62161204E523E34517
Octal1422622011612276310527
Binary1100010101101001001001110101001011111011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621612; }

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

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

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

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

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

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

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

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