#662522

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

Shades of Red Oxide #662522

Tints of Red Oxide #662522

Color information

#662522 (or 0x662522) is unknown color: approx Red Oxide. HEX triplet: 66, 25 and 22. RGB value is (102,37,34). Sum of RGB (Red+Green+Blue) = 102+37+34=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 34 (13.67% from 255 or 19.65% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #662522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662522 is #99DADD. Grayscale: #383838. Windows color (decimal): -10083038 or 2237798. OLE color: 2237798.

HSL color Cylindrical-coordinate representation of color #662522: hue angle of 2.65º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #662522 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.6.

Color convert

RGB1023734-
CMYK00.640.670.6
HSL2.65º50%26.67%-
HSV(B)2.65º66.67%40%-
XYZ6.434.262-
YUV56.09115.53160.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.96%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 34 (13.67% from 255) = 19.65%
R=58.96%
G=21.39%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102373400.640.670.62.655026.67
Hex662522040433C3321b
Octal146454201001037436233
Binary11001101001011000100100000010000111111001111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662522; }

 p { color: rgb(102,37,34); }

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

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

 a { background-color: rgb(102,37,34); }

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

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

 span { border-color: rgb(102,37,34); }

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