#662422

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

Shades of Red Oxide #662422

Tints of Red Oxide #662422

Color information

#662422 (or 0x662422) is unknown color: approx Red Oxide. HEX triplet: 66, 24 and 22. RGB value is (102,36,34). Sum of RGB (Red+Green+Blue) = 102+36+34=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #662422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662422 is #99DBDD. Grayscale: #373737. Windows color (decimal): -10083294 or 2237542. OLE color: 2237542.

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

Color convert

RGB1023634-
CMYK00.650.670.6
HSL1.76º50%26.67%-
HSV(B)1.76º66.67%40%-
XYZ6.44.21.99-
YUV55.51115.87161.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.30%
GREEN value IS 36 (14.45% from 255) = 20.93%
BLUE value IS 34 (13.67% from 255) = 19.77%
R=59.30%
G=20.93%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102363400.650.670.61.765026.67
Hex662422041433C2321b
Octal146444201011037426233
Binary11001101001001000100100000110000111111001011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662422; }

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

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

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

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

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

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

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

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