#622116

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

Shades of Red Oxide #622116

Tints of Red Oxide #622116

Color information

#622116 (or 0x622116) is unknown color: approx Red Oxide. HEX triplet: 62, 21 and 16. RGB value is (98,33,22). Sum of RGB (Red+Green+Blue) = 98+33+22=153 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.05% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 98 - color contains mainly: red. Hex color #622116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622116 is #9DDEE9. Grayscale: #333333. Windows color (decimal): -10346218 or 1450338. OLE color: 1450338.

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

Color convert

RGB983322-
CMYK00.660.780.62
HSL8.68º63.33%23.53%-
HSV(B)8.68º77.55%38.43%-
XYZ5.733.741.18-
YUV51.18111.53161.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.05%
GREEN value IS 33 (13.28% from 255) = 21.57%
BLUE value IS 22 (8.98% from 255) = 14.38%
R=64.05%
G=21.57%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98332200.660.780.628.6863.3323.53
Hex6221160424E3E93f18
Octal1424126010211676117730
Binary110001010000110110010000101001110111110100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622116; }

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

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

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

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

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

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

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

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