#662322

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

Shades of Red Oxide #662322

Tints of Red Oxide #662322

Color information

#662322 (or 0x662322) is unknown color: approx Red Oxide. HEX triplet: 66, 23 and 22. RGB value is (102,35,34). Sum of RGB (Red+Green+Blue) = 102+35+34=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #662322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662322 is #99DCDD. Grayscale: #363636. Windows color (decimal): -10083550 or 2237286. OLE color: 2237286.

HSL color Cylindrical-coordinate representation of color #662322: hue angle of 0.88º 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 #662322 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.6.

Color convert

RGB1023534-
CMYK00.660.670.6
HSL0.88º50%26.67%-
HSV(B)0.88º66.67%40%-
XYZ6.374.141.98-
YUV54.92116.2161.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.65%
GREEN value IS 35 (14.06% from 255) = 20.47%
BLUE value IS 34 (13.67% from 255) = 19.88%
R=59.65%
G=20.47%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102353400.660.670.60.885026.67
Hex662322042433C1321b
Octal146434201021037416233
Binary1100110100011100010010000101000011111100111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662322; }

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

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

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

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

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

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

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

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