#622726

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

Shades of Red Oxide #622726

Tints of Red Oxide #622726

Color information

#622726 (or 0x622726) is unknown color: approx Red Oxide. HEX triplet: 62, 27 and 26. RGB value is (98,39,38). Sum of RGB (Red+Green+Blue) = 98+39+38=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #622726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622726 is #9DD8D9. Grayscale: #383838. Windows color (decimal): -10344666 or 2500450. OLE color: 2500450.

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

Color convert

RGB983938-
CMYK00.600.610.62
HSL44.12%26.67%-
HSV(B)61.22%38.43%-
XYZ6.114.192.32-
YUV56.53117.55157.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 38 (15.23% from 255) = 21.71%
R=56%
G=22.29%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98393800.600.610.62144.1226.67
Hex62272603C3D3E12c1b
Octal1424746074757615433
Binary11000101001111001100111100111101111110110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622726; }

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

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

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

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

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

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

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

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