#662215

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

Shades of Red Oxide #662215

Tints of Red Oxide #662215

Color information

#662215 (or 0x662215) is unknown color: approx Red Oxide. HEX triplet: 66, 22 and 15. RGB value is (102,34,21). Sum of RGB (Red+Green+Blue) = 102+34+21=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #662215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662215 is #99DDEA. Grayscale: #343434. Windows color (decimal): -10083819 or 1385062. OLE color: 1385062.

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

Color convert

RGB1023421-
CMYK00.670.790.6
HSL9.63º65.85%24.12%-
HSV(B)9.63º79.41%40%-
XYZ6.194.021.16-
YUV52.85110.03163.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.97%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 21 (8.59% from 255) = 13.38%
R=64.97%
G=21.66%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102342100.670.790.69.6365.8524.12
Hex6622150434F3Ca4218
Octal14642250103117741210230
Binary1100110100010101010100001110011111111001010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662215; }

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

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

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

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

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

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

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

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