#661C1A

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

Shades of Red Oxide #661C1A

Tints of Red Oxide #661C1A

Color information

#661C1A (or 0x661C1A) is unknown color: approx Red Oxide. HEX triplet: 66, 1C and 1A. RGB value is (102,28,26). Sum of RGB (Red+Green+Blue) = 102+28+26=156 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.38% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 102 - color contains mainly: red. Hex color #661C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661C1A is #99E3E5. Grayscale: #313131. Windows color (decimal): -10085350 or 1711206. OLE color: 1711206.

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

Color convert

RGB1022826-
CMYK00.730.750.6
HSL1.58º59.38%25.1%-
HSV(B)1.58º74.51%40%-
XYZ6.083.731.38-
YUV49.9114.52165.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 65.38%
GREEN value IS 28 (11.33% from 255) = 17.95%
BLUE value IS 26 (10.55% from 255) = 16.67%
R=65.38%
G=17.95%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102282600.730.750.61.5859.3825.1
Hex661C1A0494B3C23b19
Octal146343201111137427331
Binary110011011100110100100100110010111111001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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