#661C0F

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

Shades of Red Oxide #661C0F

Tints of Red Oxide #661C0F

Color information

#661C0F (or 0x661C0F) is unknown color: approx Red Oxide. HEX triplet: 66, 1C and 0F. RGB value is (102,28,15). Sum of RGB (Red+Green+Blue) = 102+28+15=145 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.34% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 102 - color contains mainly: red. Hex color #661C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661C0F is #99E3F0. Grayscale: #303030. Windows color (decimal): -10085361 or 990310. OLE color: 990310.

HSL color Cylindrical-coordinate representation of color #661C0F: hue angle of 8.97º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #661C0F is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB1022815-
CMYK00.730.850.6
HSL8.97º74.36%22.94%-
HSV(B)8.97º85.29%40%-
XYZ5.983.690.85-
YUV48.64109.02166.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 70.34%
GREEN value IS 28 (11.33% from 255) = 19.31%
BLUE value IS 15 (6.25% from 255) = 10.34%
R=70.34%
G=19.31%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102281500.730.850.68.9774.3622.94
Hex661CF049553C94a17
Octal14634170111125741111227
Binary11001101110011110100100110101011111001001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661C0F; }

 p { color: rgb(102,28,15); }

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

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

 a { background-color: rgb(102,28,15); }

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

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

 span { border-color: rgb(102,28,15); }

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