#622623

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

Shades of Red Oxide #622623

Tints of Red Oxide #622623

Color information

#622623 (or 0x622623) is unknown color: approx Red Oxide. HEX triplet: 62, 26 and 23. RGB value is (98,38,35). Sum of RGB (Red+Green+Blue) = 98+38+35=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #622623 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622623 is #9DD9DC. Grayscale: #373737. Windows color (decimal): -10344925 or 2303586. OLE color: 2303586.

HSL color Cylindrical-coordinate representation of color #622623: hue angle of 2.86º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #622623 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB983835-
CMYK00.610.640.62
HSL2.86º47.37%26.08%-
HSV(B)2.86º64.29%38.43%-
XYZ6.034.12.06-
YUV55.6116.38158.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.31%
GREEN value IS 38 (15.23% from 255) = 22.22%
BLUE value IS 35 (14.06% from 255) = 20.47%
R=57.31%
G=22.22%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98383500.610.640.622.8647.3726.08
Hex62262303D403E32f1a
Octal14246430751007635732
Binary1100010100110100011011110110000001111101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622623; }

 p { color: rgb(98,38,35); }

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

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

 a { background-color: rgb(98,38,35); }

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

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

 span { border-color: rgb(98,38,35); }

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