#622622

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

Shades of Red Oxide #622622

Tints of Red Oxide #622622

Color information

#622622 (or 0x622622) is unknown color: approx Red Oxide. HEX triplet: 62, 26 and 22. RGB value is (98,38,34). Sum of RGB (Red+Green+Blue) = 98+38+34=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #622622 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622622 is #9DD9DD. Grayscale: #373737. Windows color (decimal): -10344926 or 2238050. OLE color: 2238050.

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

Color convert

RGB983834-
CMYK00.610.650.62
HSL3.75º48.48%25.88%-
HSV(B)3.75º65.31%38.43%-
XYZ6.024.11.99-
YUV55.48115.88158.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.65%
GREEN value IS 38 (15.23% from 255) = 22.35%
BLUE value IS 34 (13.67% from 255) = 20%
R=57.65%
G=22.35%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98383400.610.650.623.7548.4825.88
Hex62262203D413E4301a
Octal14246420751017646032
Binary11000101001101000100111101100000111111010011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622622; }

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

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

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

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

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

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

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

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