#622117

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

Shades of Red Oxide #622117

Tints of Red Oxide #622117

Color information

#622117 (or 0x622117) is unknown color: approx Red Oxide. HEX triplet: 62, 21 and 17. RGB value is (98,33,23). Sum of RGB (Red+Green+Blue) = 98+33+23=154 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.64% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 98 - color contains mainly: red. Hex color #622117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622117 is #9DDEE8. Grayscale: #333333. Windows color (decimal): -10346217 or 1515874. OLE color: 1515874.

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

Color convert

RGB983323-
CMYK00.660.770.62
HSL61.98%23.73%-
HSV(B)76.53%38.43%-
XYZ5.743.751.23-
YUV51.3112.03161.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 63.64%
GREEN value IS 33 (13.28% from 255) = 21.43%
BLUE value IS 23 (9.38% from 255) = 14.94%
R=63.64%
G=21.43%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98332300.660.770.62861.9823.73
Hex6221170424D3E83e18
Octal1424127010211576107630
Binary110001010000110111010000101001101111110100011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622117; }

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

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

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

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

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

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

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

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