#661C13

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

Shades of Red Oxide #661C13

Tints of Red Oxide #661C13

Color information

#661C13 (or 0x661C13) is unknown color: approx Red Oxide. HEX triplet: 66, 1C and 13. RGB value is (102,28,19). Sum of RGB (Red+Green+Blue) = 102+28+19=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #661C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661C13 is #99E3EC. Grayscale: #313131. Windows color (decimal): -10085357 or 1252454. OLE color: 1252454.

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

Color convert

RGB1022819-
CMYK00.730.810.6
HSL6.51º68.6%23.73%-
HSV(B)6.51º81.37%40%-
XYZ6.013.71.01-
YUV49.1111.02165.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.46%
GREEN value IS 28 (11.33% from 255) = 18.79%
BLUE value IS 19 (7.81% from 255) = 12.75%
R=68.46%
G=18.79%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102281900.730.810.66.5168.623.73
Hex661C13049513C74518
Octal1463423011112174710530
Binary11001101110010011010010011010001111100111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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